"README.md" did not exist on "47b8b0b33c21b230e492636c3b2f91101a03e240"
Newer
Older
Alex Reisner
committed
ActiveRecord::Base.class_eval do
##
# Include the Geocoder module and set the method name which returns
# the geo-search string.
#
def self.geocoded_by(method_name = :location)
include Geocoder
@geocoder_method_name = method_name
end
end