Module: ActionCable::Channel::Broadcasting
- Extended by:
 - ActiveSupport::Concern
 
- Included in:
 - Base
 
- Defined in:
 - actioncable/lib/action_cable/channel/broadcasting.rb
 
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included, prepend_features, prepended
Instance Method Details
#broadcast_to(model, message) ⇒ Object
      45 46 47  | 
    
      # File 'actioncable/lib/action_cable/channel/broadcasting.rb', line 45 def broadcast_to(model, ) self.class.broadcast_to(model, ) end  | 
  
#broadcasting_for(model) ⇒ Object
      41 42 43  | 
    
      # File 'actioncable/lib/action_cable/channel/broadcasting.rb', line 41 def broadcasting_for(model) self.class.broadcasting_for(model) end  |