Broadcast a hash to a unique broadcasting for this model in this channel.
Source:
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 14defbroadcast_to(model, message)
ActionCable.server.broadcast(broadcasting_for([ channel_name, model ]), message)
end