Method: Sequel::Plugins::Touch::InstanceMethods#after_destroy

Defined in:
lib/sequel/plugins/touch.rb

#after_destroyObject

Touch all of the model’s touched_associations when destroying the object.

[View source]

92
93
94
95
# File 'lib/sequel/plugins/touch.rb', line 92

def after_destroy
  super
  touch_associations
end