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
75 76 77 78 |
# File 'lib/sequel/plugins/timestamps.rb', line 75 def before_update super end |