Module Sequel::Plugins::Timestamps::InstanceMethods
In: lib/sequel/plugins/timestamps.rb

Methods

Public Instance methods

Set the update timestamp when updating

[Source]

    # File lib/sequel/plugins/timestamps.rb, line 61
61:         def before_update
62:           set_update_timestamp
63:           super
64:         end

[Validate]