Class: Wicked::WizardController

Inherits:
ApplicationController
  • Object
show all
Includes:
Wizard
Defined in:
lib/wicked/wizard_controller.rb

Overview

Please don’t re-use any patterns found in this controller, they work, but are not very good practices. If you have a better way to do this, please let me know

Constant Summary

Constants included from Controller::Concerns::Steps

Controller::Concerns::Steps::PROTECTED_STEPS

Method Summary

Methods included from Wizard

#index, #wizard_value

Methods included from Controller::Concerns::Steps

#current_step?, #future_step?, #jump_to, #next_step, #next_step?, #past_step?, #previous_step, #previous_step?, #skip_step, #step, #steps, #steps=

Methods included from Controller::Concerns::RenderRedirect

#finish_wizard_path, #process_resource!, #redirect_to_finish_wizard, #redirect_to_next, #render_step, #render_wizard

Methods included from Controller::Concerns::Path

#next_wizard_path, #next_wizard_url, #previous_wizard_path, #previous_wizard_url, #wicked_action, #wicked_controller, #wizard_path, #wizard_url