Module ActionFlow
In: lib/action_flow/action_step.rb
lib/action_flow/base.rb
lib/action_flow/event.rb
lib/action_flow/flow_step.rb
lib/action_flow/plugin.rb
lib/action_flow/random_generator.rb
lib/action_flow/view_step.rb
lib/plugins/controller_level_error_handler.rb
lib/plugins/flow_resume_validations.rb
lib/plugins/new_flow_validations.rb

Methods

handlers   upon  

Classes and Modules

Module ActionFlow::BaseHelper
Class ActionFlow::ActionFlowError
Class ActionFlow::ActionStep
Class ActionFlow::Base
Class ActionFlow::Controller
Class ActionFlow::Event
Class ActionFlow::FlowResumeValidations
Class ActionFlow::FlowStep
Class ActionFlow::NewFlowValidations
Class ActionFlow::NoSuchFlowError
Class ActionFlow::Plugin
Class ActionFlow::RandomGenerator
Class ActionFlow::SystemEvent
Class ActionFlow::ViewStep

Public Instance methods

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.

[Source]

# File lib/plugins/controller_level_error_handler.rb, line 62
      def upon
      end

[Validate]