Module: MongoMapper::Plugins::Timestamps::ClassMethods
- Defined in:
- lib/mongo_mapper/plugins/timestamps.rb
Instance Method Summary collapse
Instance Method Details
#timestamps! ⇒ Object
6 7 8 9 10 |
# File 'lib/mongo_mapper/plugins/timestamps.rb', line 6 def key :created_at, Time key :updated_at, Time class_eval { before_save :update_timestamps } end |