Method: Sequel::Plugins::Timestamps::InstanceMethods#before_update

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

#before_updateObject

Set the update timestamp when updating



74
75
76
77
# File 'lib/sequel/plugins/timestamps.rb', line 74

def before_update
  set_update_timestamp
  super
end