module Mappable
Transfer/Map data from one model to the next
Public Class Methods
included(base)
click to toggle source
# File lib/mappable.rb, line 10 def self.included(base) base.extend InheritanceHelper::Methods base.extend ClassMethods end