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 75
75:         def before_update
76:           set_update_timestamp
77:           super
78:         end

[Validate]