Set the update timestamp when updating
[Source]
# File lib/sequel/plugins/timestamps.rb, line 75 75: def before_update 76: set_update_timestamp 77: super 78: end
[Validate]