Module: Wicked::Action
- Extended by:
- ActiveSupport::Concern
- Includes:
- Controller::Concerns::Path, Controller::Concerns::RenderRedirect, Controller::Concerns::Steps
- Defined in:
- lib/wicked/action.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#run ⇒ Object
any subclass (Action class) should call super!.
Methods included from Controller::Concerns::Steps
#current_step?, #future_step?, #jump_to, #next_step, #next_step?, #past_step?, #previous_step, #previous_step?, #skip_step, #skip_step?, #skip_steps, #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, #previous_wizard_path, #wicked_action, #wicked_controller, #wicked_controller_name, #wizard_path
Instance Method Details
#run ⇒ Object
any subclass (Action class) should call super!
19 20 21 |
# File 'lib/wicked/action.rb', line 19 def run setup_wizard end |