Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created September 17, 2014 00:46
Show Gist options
  • Save jraczak/03f8727cb926d644e51e to your computer and use it in GitHub Desktop.
Save jraczak/03f8727cb926d644e51e to your computer and use it in GitHub Desktop.
# geocoding service (see below for supported options):
#Geocoder::Configuration.lookup = :google
Geocoder.configure(
:lookup => :google,
:timeout => 5,)
# # to use an API key:
# Geocoder::Configuration.api_key = "Ar9yHS5vIiJdt5tR20SqpQn6OIRwDCDCoxSlVqRmF0IILfIE-UFdM9lQRlya1YP_"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment