Methods
Instance Public methods
broadcast_to(model, message)
Broadcast a hash to a unique broadcasting for this model
in this channel.
📝 Source code
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 14
def broadcast_to(model, message)
ActionCable.server.broadcast(broadcasting_for([ channel_name, model ]), message)
end
🔎 See on GitHub