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

Make params passed to Query override config values.

If you do this:

  Geocoder::Query.new("Kremlin, Moscow", :params => {:language => "ru"})

you should get a response in Russian ("ru") regardless of the value set
in Geocoder.configure(...).
parent bf657d01
No related branches found
No related tags found
No related merge requests found
Loading
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