Method: Sequel::Plugins::Touch::InstanceMethods#after_create

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

#after_createObject

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



86
87
88
89
# File 'lib/sequel/plugins/touch.rb', line 86

def after_create
  super
  touch_associations
end