Module: ActionCable::Channel::Naming
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- actioncable/lib/action_cable/channel/naming.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
#channel_name ⇒ Object
23 24 25 |
# File 'actioncable/lib/action_cable/channel/naming.rb', line 23 def channel_name self.class.channel_name end |