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? |
Created - self
| #able_to_set_created_at? | Is the created timestamp able to be set? |
Instance Method Summary
Updated - self
| #set_updated_at | Update the updated_at field on the |
Created - self
| #set_created_at | Update the created_at field on the |