Method: Sequel::Plugins::Timestamps::ClassMethods#set_update_timestamp_on_create?

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

#set_update_timestamp_on_create?Boolean

Whether to set the update timestamp to the create timestamp when creating

Returns:

  • (Boolean)
[View source]

67
68
69
# File 'lib/sequel/plugins/timestamps.rb', line 67

def set_update_timestamp_on_create?
  @set_update_timestamp_on_create
end