From eeeff7a19f671e1a6c60fff0ee235cedc5f5b7e8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Oct 2025 14:53:36 +0100 Subject: [PATCH] Can't find any record of this to any turbo_stream_from --- app/models/collection/broadcastable.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/collection/broadcastable.rb b/app/models/collection/broadcastable.rb index f3f2f398e..f8ac71f83 100644 --- a/app/models/collection/broadcastable.rb +++ b/app/models/collection/broadcastable.rb @@ -3,6 +3,5 @@ module Collection::Broadcastable included do broadcasts_refreshes - broadcasts_refreshes_to ->(_) { :collections } end end