Skip to content
Snippets Groups Projects
Commit f76582ea authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #280 from sanderdatema/configuration_template

Correction in configuration template for :distances
parents 6f845d05 0b918752
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ Geocoder.configure do |config|
# config.always_raise = []
## Calculation options
# config.units = :mi # :km for kilometers or :mi for miles
# config.method = :linear # :spherical or :linear
# config.units = :mi # :km for kilometers or :mi for miles
# config.distances = :linear # :spherical or :linear
end
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