We are not using the parameter

This commit is contained in:
David Heinemeier Hansson
2025-04-12 20:08:42 +02:00
parent 6bbf68a4f9
commit a579e67057
+1 -1
View File
@@ -3,6 +3,6 @@ module Collection::Broadcastable
included do
broadcasts_refreshes
broadcasts_refreshes_to ->(collection) { :collections }
broadcasts_refreshes_to ->(_) { :collections }
end
end