Method: Sequel::Plugins::Timestamps::InstanceMethods#before_update
- Defined in:
- lib/sequel/plugins/timestamps.rb
#before_update ⇒ Object
Set the update timestamp when updating
74 75 76 77 |
# File 'lib/sequel/plugins/timestamps.rb', line 74 def before_update super end |