Skip to content

Instantly share code, notes, and snippets.

@jcieslar
Created January 16, 2015 11:41
Show Gist options
  • Save jcieslar/7dbfe92ea2d1874c8a4d to your computer and use it in GitHub Desktop.
Save jcieslar/7dbfe92ea2d1874c8a4d to your computer and use it in GitHub Desktop.
Geocoder free ip info - working provider
# config/initializers/geocoder.rb
Geocoder.configure(
:timeout => 5,
:ip_lookup => :telize
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment