Namespace

Module

Methods

Instance Public methods

broadcast_to(model, message)

📝 Source code
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 45
def broadcast_to(model, message)
  self.class.broadcast_to(model, message)
end
🔎 See on GitHub

broadcasting_for(model)

📝 Source code
# File actioncable/lib/action_cable/channel/broadcasting.rb, line 41
def broadcasting_for(model)
  self.class.broadcasting_for(model)
end
🔎 See on GitHub

Definition files