Module: Mongoid::Timestamps::CreatedAt

Defined in:
lib/mongoid/created_at.rb

Instance Method Summary collapse

Instance Method Details

#created_atDate

Returns the creation time calculated from ObjectID

Returns:

  • (Date)

    the creation time



7
8
9
# File 'lib/mongoid/created_at.rb', line 7

def created_at
  read_attribute(:created_at) || id.generation_time.to_datetime
end