Module: Abbish::Sequel::Plugins::Model::SuperRecord::Timestamp::ClassMethods

Defined in:
lib/model/super_record/timestamp.rb

Instance Method Summary collapse

Instance Method Details

#record_timestamp_optionsObject



27
28
29
# File 'lib/model/super_record/timestamp.rb', line 27

def record_timestamp_options
  @record_timestamp_options
end

#record_timestamp_options=(options) ⇒ Object



23
24
25
# File 'lib/model/super_record/timestamp.rb', line 23

def record_timestamp_options=(options)
  @record_timestamp_options = options
end