Skip to content
Snippets Groups Projects
Commit 9678f88b authored by Mehdi Lahmam's avatar Mehdi Lahmam
Browse files

Minor typo fix in the README

parent 9ce69c50
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ Your model must have two attributes (database columns) for storing latitude and
rails generate migration AddLatitudeAndLongitudeToModel latitude:float longitude:float
rake db:migrate
For reverse geocoding your model must provide a method that returns an address. This can be a single attribute, but it can also be a method that returns a string assembled from different attributes (eg: `city`, `state`, and `country`).
For geocoding your model must provide a method that returns an address. This can be a single attribute, but it can also be a method that returns a string assembled from different attributes (eg: `city`, `state`, and `country`).
Next, your model must tell Geocoder which method returns your object's geocodable address:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment