Method: LogicalModel::Attributes.included
- Defined in:
- lib/logical_model/attributes.rb
.included(base) ⇒ Object
TODO replace this module with ActvieAttr ?
4 5 6 7 |
# File 'lib/logical_model/attributes.rb', line 4 def self.included(base) base.send(:include, InstanceMethods) base.send(:extend, ClassMethods) end |