mongoid / origin

A Ruby DSL for building MongoDB queries
http://mongoid.org/en/origin/index.html
MIT License
62 stars 29 forks source link

Fix require on active_support_time_with_zone #62

Closed chatgris closed 11 years ago

chatgris commented 11 years ago

This case happens when ActiveSupport is present and cherry-picked.

Otherwise, origin failed with uninitialized constant ActiveSupport::TimeWithZone (NameError) in this context.

Signed-off-by: chatgris jboyer@af83.com

durran commented 11 years ago

Pulled in, thanks.