"README.textile" did not exist on "9cf4e77663b82490d51c939cbbb74b14fcf4e6da"
-
Bonias authored
Example: class City < ActiveRecord::Base geocoded_by :address, :lookup => lambda{|obj| obj.custom_lookup } def custom_lookup # return custom lookup for record end end
Bonias authoredExample: class City < ActiveRecord::Base geocoded_by :address, :lookup => lambda{|obj| obj.custom_lookup } def custom_lookup # return custom lookup for record end end