Created
January 16, 2015 11:41
-
-
Save jcieslar/7dbfe92ea2d1874c8a4d to your computer and use it in GitHub Desktop.
Geocoder free ip info - working provider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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