123456789_123456789_123456789_123456789_123456789_

Module: Mongoid::Timestamps::Short

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ActiveSupport::Concern
Instance Chain:
Defined in: lib/mongoid/timestamps/short.rb

Instance Attribute Summary

Updated - self

#able_to_set_updated_at?

Is the updated timestamp able to be set?

Instance Method Summary

Updated - self

#set_updated_at

Update the updated_at field on the ::Mongoid::Document to the current time.

Created - self

#set_created_at

Update the created_at field on the ::Mongoid::Document to the current time.