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

Public Instance Methods

record_timestamp_options() click to toggle source
# File lib/model/super_record/timestamp.rb, line 27
def record_timestamp_options
  @record_timestamp_options
end
record_timestamp_options=(options) click to toggle source
# File lib/model/super_record/timestamp.rb, line 23
def record_timestamp_options=(options)
  @record_timestamp_options = options
end