Class: ApplicationCable::Channel
- Inherits:
-
ActionCable::Channel::Base
- Object
- ActionCable::Channel::Base
- ApplicationCable::Channel
- Defined in:
- lib/activestate/channel.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.[](subject) ⇒ Object
54 55 56 |
# File 'lib/activestate/channel.rb', line 54 def self.[](subject) ScopedChannel.new(self, subject) end |