Module: MongoModel::Timestamps

Extended by:
ActiveSupport::Concern
Included in:
EmbeddedDocument
Defined in:
lib/mongomodel/concerns/timestamps.rb

Overview

MongoModel automatically timestamps create and update operations if the document has properties named created_at/created_on or updated_at/updated_on.

Defined Under Namespace

Modules: ClassMethods