Module: Mapable
- Defined in:
- lib/mapable.rb,
lib/mapable/utils.rb,
lib/mapable/mapping.rb
Overview
Transfer/Map data from one model to the next
Defined Under Namespace
Modules: ClassMethods, Mapping, Utils
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 13 |
# File 'lib/mapable.rb', line 10 def self.included(base) base.extend InheritanceHelper::Methods base.extend ClassMethods end |