module Sequel::Plugins::Timestamps::InstanceMethods

Public Instance Methods

before_update() click to toggle source

Set the update timestamp when updating

# File lib/sequel/plugins/timestamps.rb, line 75
def before_update
  set_update_timestamp
  super
end