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