stop_stream_for(model)
Unsubscribes streams for the model.
# File actioncable/lib/action_cable/channel/streams.rb, line 115 def stop_stream_for(model) stop_stream_from(broadcasting_for(model)) end