Method: Sequel::Plugins::Timestamps::ClassMethods#create_timestamp_field

Defined in:
lib/sequel/plugins/timestamps.rb

#create_timestamp_fieldObject (readonly)

The field to store the create timestamp



44
45
46
# File 'lib/sequel/plugins/timestamps.rb', line 44

def create_timestamp_field
  @create_timestamp_field
end