Class: Handlers::AfterCommitHooks
- Inherits:
-
BeforeSaveHooks
- Object
- Base
- BeforeSaveHooks
- Handlers::AfterCommitHooks
- 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
#handle ⇒ Object
44 45 46 |
# File 'lib/handlers/hooks.rb', line 44 def handle handle_hooks('after_commit') end |