Module: Dolly::Timestamp::ClassMethods

Defined in:
lib/dolly/timestamp.rb

Instance Method Summary collapse

Instance Method Details

#timestamps!Object



18
19
20
# File 'lib/dolly/timestamp.rb', line 18

def timestamps!
  property :created_at, :updated_at, class_name: Time
end