You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use geokit-rails only in activerecord (not rails), i will meet NoMethodError: undefined methodacts_as_mappable' error. Which i totally don't know why? What i expects is just to usegeokit-rails` in no-rails projects(which use activerecord to handle data of mysql), and i just want to enable activerecord has the ability to find by geo.
Do i have misunderstanding of this gem? Any suggestion will be appreciated!
The text was updated successfully, but these errors were encountered:
If I use geokit-rails only in activerecord (not rails), i will meet
NoMethodError: undefined method
acts_as_mappable'error. Which i totally don't know why? What i expects is just to use
geokit-rails` in no-rails projects(which use activerecord to handle data of mysql), and i just want to enable activerecord has the ability to find by geo.Do i have misunderstanding of this gem? Any suggestion will be appreciated!
The text was updated successfully, but these errors were encountered: