Method: Motion::Component::Broadcasts::ModuleFunctions#stop_streaming_for

Defined in:
lib/motion/component/broadcasts.rb

#stop_streaming_for(model) ⇒ Object



33
34
35
# File 'lib/motion/component/broadcasts.rb', line 33

def stop_streaming_for(model)
  stop_streaming_from(broadcasting_for(model))
end