Module Wicked::Controller::Concerns::Steps
In: lib/wicked/controller/concerns/steps.rb

Methods

Classes and Modules

Module Wicked::Controller::Concerns::Steps::ClassMethods

Constants

PROTECTED_STEPS = [Wicked::FINISH_STEP, Wicked::FIRST_STEP, Wicked::LAST_STEP]

Public Instance methods

will return true if step passed in is the currently rendered step

will return true if the step passed in has not been executed by the wizard

will return true if the next step is the step passed in

will return true if the step passed in has already been executed by the wizard

will return true if the last step is the step passed in

steps_list()

Alias for steps

wizard_steps()

Alias for steps

[Validate]