lib/generators/authtrail/templates/initializer.rb.tt in authtrail-0.3.1 vs lib/generators/authtrail/templates/initializer.rb.tt in authtrail-0.4.0

- old
+ new

@@ -1,6 +1,6 @@ -# set to true for geocoding -# we recommend configuring local geocoding first +# set to true for geocoding (and add the geocoder gem to your Gemfile) +# we recommend configuring local geocoding as well # see https://github.com/ankane/authtrail#geocoding AuthTrail.geocode = false # add or modify data # AuthTrail.transform_method = lambda do |data, request|