Remove general broadcast temporarily

This commit is contained in:
Jorge Manrubia
2025-12-02 18:03:14 +01:00
parent f64d5841b6
commit 32fe4339ee
-1
View File
@@ -3,6 +3,5 @@ module Board::Broadcastable
included do
broadcasts_refreshes
broadcasts_refreshes_to ->(_) { :all_boards }
end
end