module ActionCable::Channel::Broadcasting
Public Instance Methods
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 12 def broadcast_to(model, message) ActionCable.server.broadcast(broadcasting_for([ channel_name, model ]), message) end
Broadcast a hash to a unique broadcasting for this model
in this channel.
© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.