Module: Mongoid::Timestamps
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/mongoid/timestamps.rb,
lib/mongoid/timestamps/created.rb,
lib/mongoid/timestamps/updated.rb,
lib/mongoid/timestamps/timeless.rb
Overview
This module handles the behaviour for setting up document created at and updated at timestamps.
Defined Under Namespace
Modules: Created, Timeless, Updated