Module: Abbish::Sequel::Plugins::Model::RecordTimestamp::ClassMethods

Defined in:
lib/model/record_timestamp.rb

Instance Method Summary collapse

Instance Method Details

#record_timestamp_optionsObject



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

def record_timestamp_options
  @record_timestamp_options
end

#record_timestamp_options=(options) ⇒ Object



19
20
21
# File 'lib/model/record_timestamp.rb', line 19

def record_timestamp_options=(options)
  @record_timestamp_options = options
end