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
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.