Module: ChronoModel::TimeGate::ClassMethods
- Includes:
- ChronoModel::TimeMachine::Timeline
- Defined in:
- lib/chrono_model/time_gate.rb
Instance Method Summary collapse
Methods included from ChronoModel::TimeMachine::Timeline
#has_timeline, #quoted_history_fields, #timeline, #timeline_associations, #timeline_associations_from
Instance Method Details
#as_of(time) ⇒ Object
15 16 17 |
# File 'lib/chrono_model/time_gate.rb', line 15 def as_of(time) all.as_of_time!(time) end |