Module: Sequel::Plugins::Timestamps::InstanceMethods
- Defined in:
- lib/sequel/plugins/timestamps.rb
Instance Method Summary collapse
-
#before_update ⇒ Object
Set the update timestamp when updating.
Instance Method Details
#before_update ⇒ Object
Set the update timestamp when updating
61 62 63 64 |
# File 'lib/sequel/plugins/timestamps.rb', line 61 def before_update super end |