code-and-effect / effective_addresses

Extend any ActiveRecord object to have one or more named addresses. Includes a geographic region aware custom form input backed by Carmen.
MIT License
22 stars 4 forks source link

Bug/geocoder result accessors #15

Closed rosskevin closed 9 years ago

rosskevin commented 9 years ago

I found that I was using data hash values with geocoder, and those weren't guaranteed to be cross-provider compatible. Switched to accessors, and added a sample config to the readme for a local IP database.

matt-riemer commented 9 years ago

Keep 'em coming :)