Class: LucidMaterial::Component::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/isomorfeus_react_material/lucid_material/component/base.rb

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object



4
5
6
# File 'lib/isomorfeus_react_material/lucid_material/component/base.rb', line 4

def self.inherited(base)
  base.include(::LucidMaterial::Component::Mixin)
end