geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

renamed method adapter to avoid conflict #91

Closed badenkov closed 8 years ago

badenkov commented 8 years ago

Hello! I've got a errors in my app. I use gem rolify, which add method "adapter" too. I'm not sure, and maybe rolify should also don't use methods with so common names. Or there is better solution. But this fix solve this problem for me.

What do you think about it?

mnoack commented 8 years ago

Sorry @badenkov for not getting back to your Pull Request, merged. It's find I understand. Ideally though we would comment about why the method was named so, but hopefully commit history is enough.