ryanong / mongoid_spacial

A Mongoid Extention that simplifies and adds support for MongoDB Geo Spacial Calculations.
MIT License
138 stars 63 forks source link

fixed deprecation warning in rails 3.2 #17

Closed linki closed 12 years ago

linki commented 12 years ago

hi ryan,

activesupport::concern wont include the InstanceMethods module automatically. instead one should define the methods directly in the parent module.

i tested it with rails 3.1.3 and 3.2.0.rc2 - works fine

best regards linki