Wicked::Wizard

Public Instance Methods

index() click to toggle source

forward to first step with whatever params are provided

# File lib/wicked/wizard.rb, line 33
def index
  redirect_to "#{wizard_path(steps.first)}?#{request.query_parameters.to_query}"
end
wizard_value(step_name) click to toggle source

returns the canonical value for a step name, needed for translation support

# File lib/wicked/wizard.rb, line 38
def wizard_value(step_name)
  step_name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.