ActionCable::Channel::Broadcasting (original) (raw)

Namespace

Methods

B

Instance Public methods

Source: show | on GitHub

File actioncable/lib/action_cable/channel/broadcasting.rb, line 45

def broadcast_to(model, message) self.class.broadcast_to(model, message) end

Source: show | on GitHub

File actioncable/lib/action_cable/channel/broadcasting.rb, line 41

def broadcasting_for(model) self.class.broadcasting_for(model) end