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