Class: LucidComponent::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/lucid_component/base.rb

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object



3
4
5
# File 'lib/lucid_component/base.rb', line 3

def self.inherited(base)
  base.include(::LucidComponent::Mixin)
end