module Geocoder::Model::MongoMapper

Public Class Methods

included(base) click to toggle source
# File lib/geocoder/models/mongo_mapper.rb, line 10
def self.included(base); base.extend(self); end