Methods

Class/Module Index [+]

Quicksearch

Sequel::Plugins::InstanceHooks::InstanceMethods

Public Instance Methods

after_save() click to toggle source

Clear the instance level hooks after saving the object.

# File lib/sequel/plugins/instance_hooks.rb, line 33
def after_save
  super
  run_after_instance_hooks(:after_save)
  @instance_hooks.clear if @instance_hooks
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.