module Map::Integrations::ActiveRecord

Public Class Methods

included( klass ) click to toggle source
# File lib/map/integrations/active_record.rb, line 4
def self.included( klass )
  klass.extend ClassMethods
end

Public Instance Methods

to_map( *args ) click to toggle source
# File lib/map/integrations/active_record.rb, line 130
def to_map( *args )
  self.class.to_map self , *args
end