Method: Mongoid::Extensions::Time#mongoize
- Defined in:
- lib/mongoid/extensions/time.rb
#mongoize ⇒ Time
Turn the object from the ruby type we deal with to a Mongo friendly type.
18 19 20 |
# File 'lib/mongoid/extensions/time.rb', line 18 def mongoize ::Time.mongoize(self) end |