Holds the methods to call upon errors
[Source]
# File lib/plugins/controller_level_error_handler.rb, line 71 def handlers @handlers ||= {} end
Allows the controller to handle errors which were not handled by the steps themselves.
# File lib/plugins/controller_level_error_handler.rb, line 62 def upon end
[Validate]