Module: Wicked::Wizard

Extended by:
ActiveSupport::Concern
Includes:
Controller::Concerns::Path, Controller::Concerns::RenderRedirect, Controller::Concerns::Steps
Included in:
WizardController
Defined in:
lib/wicked.rb,
lib/wicked/wizard.rb

Instance Method Summary collapse

Methods included from Controller::Concerns::Steps

#jump_to, #next_step, #previous_step, #skip_step, #step, #steps

Methods included from Controller::Concerns::RenderRedirect

#_reset_invocation_response, #finish_wizard_path, #redirect_to_finish_wizard, #redirect_to_next, #render_step, #render_wizard

Methods included from Controller::Concerns::Path

#next_wizard_path, #previous_wizard_path, #wicked_action, #wicked_controller, #wizard_path

Instance Method Details

#indexObject



17
18
19
# File 'lib/wicked/wizard.rb', line 17

def index
  redirect_to wizard_path(steps.first)
end