Class: Handlers::AfterValidationsHooks
- Inherits:
-
BeforeSaveHooks
- Object
- Base
- BeforeSaveHooks
- Handlers::AfterValidationsHooks
- 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
38 39 40 |
# File 'lib/handlers/hooks.rb', line 38 def handle handle_hooks('after_validation') end |