Method: Sequel::Plugins::Timestamps::ClassMethods#set_update_timestamp_on_create?
- Defined in:
- lib/sequel/plugins/timestamps.rb
permalink #set_update_timestamp_on_create? ⇒ Boolean
Whether to set the update timestamp to the create timestamp when creating
67 68 69 |
# File 'lib/sequel/plugins/timestamps.rb', line 67 def @set_update_timestamp_on_create end |