ryanong / mongoid_spacial

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

Fix namespacing issue in #31 #32

Closed georgedrummond closed 11 years ago

georgedrummond commented 11 years ago

Added in ::Mongo so we use the top level namespace and dont get the following error.

uninitialized constant Mongoid::Spacial::Document::ClassMethods::Mongo
arthurnn commented 11 years ago

Pulled in, thanks.