Run after save hooks, clearing both the save and validation hooks.
# File lib/sequel/plugins/instance_hooks.rb, line 59 def after_save super run_after_instance_hooks(:after_save) @instance_hooks.delete(:after_save) @instance_hooks.delete(:before_save) @instance_hooks.delete(:after_validation) @instance_hooks.delete(:before_validation) end
Generated with the Darkfish Rdoc Generator 2.