Module: Mongoid::Criteria::Queryable::Extensions::TimeWithZone::ClassMethods
- Defined in:
- lib/mongoid/criteria/queryable/extensions/time_with_zone.rb
Instance Method Summary collapse
-
#evolve(object) ⇒ Time
Evolve the object to an date.
Instance Method Details
#evolve(object) ⇒ Time
Evolve the object to an date.
51 52 53 |
# File 'lib/mongoid/criteria/queryable/extensions/time_with_zone.rb', line 51 def evolve(object) object.__evolve_time__ end |