module Mapable

Transfer/Map data from one model to the next

Public Class Methods

included(base) click to toggle source
# File lib/mapable.rb, line 10
def self.included(base)
  base.extend InheritanceHelper::Methods
  base.extend ClassMethods
end