Class: Handlers::AfterCommitHooks

Inherits:
BeforeSaveHooks show all
Defined in:
lib/handlers/hooks.rb

Instance Method Summary collapse

Methods inherited from BeforeSaveHooks

#handle_block, #handle_hooks, #handle_method, #handle_single

Methods inherited from Base

handle, #initialize, #raise_error, #upper

Constructor Details

This class inherits a constructor from Handlers::Base

Instance Method Details

#handleObject



44
45
46
# File 'lib/handlers/hooks.rb', line 44

def handle
  handle_hooks('after_commit')
end