Source: show | on GitHub
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 47 def broadcast_to(model, message) self.class.broadcast_to(model, message) end
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 43 def broadcasting_for(model) self.class.broadcasting_for(model) end