Method: Sequel::Plugins::Touch::InstanceMethods#after_destroy
- Defined in:
- lib/sequel/plugins/touch.rb
permalink #after_destroy ⇒ Object
Touch all of the model’s touched_associations when destroying the object.
92 93 94 95 |
# File 'lib/sequel/plugins/touch.rb', line 92 def after_destroy super touch_associations end |