Class: LucidObject::Base
- Inherits:
-
Object
- Object
- LucidObject::Base
- Defined in:
- lib/isomorfeus_data/lucid_object/base.rb
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/isomorfeus_data/lucid_object/base.rb', line 3 def self.inherited(base) base.include LucidObject::Mixin if RUBY_ENGINE != 'opal' Isomorfeus.add_valid_data_class(base) end end |