module ActionCable::Channel::Broadcasting
Public instance methods
Source code GitHub
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 45
def broadcast_to(model, message)
self.class.broadcast_to(model, message)
end
Source code GitHub
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 41
def broadcasting_for(model)
self.class.broadcasting_for(model)
end