Class: LucidChannel::Base
- Inherits:
-
Object
- Object
- LucidChannel::Base
- Defined in:
- lib/lucid_channel/base.rb
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
3 4 5 6 |
# File 'lib/lucid_channel/base.rb', line 3 def self.inherited(base) base.include LucidChannel::Mixin Isomorfeus.add_valid_channel_class(base) end |