Files
fizzy/app/views/cards/_broadcasts.html.erb
T
Jorge Manrubia 956faaa67d More fine-grained approach to listen for broadcasted refresh signals
Only listen for collections actually involved in the view
2025-10-14 11:10:49 +02:00

4 lines
112 B
Plaintext

<% referenced_collections_from(records).each do |collection| %>
<%= turbo_stream_from collection %>
<% end %>