Skip to content

Show current wizard progress to user

schneems edited this page Jul 27, 2012 · 11 revisions

You can get an array of all steps using:

  wizard_steps

And you can get your current step using:

  step

With these you can build some custom UI around all of the steps available and the current one the user is on.

There are several helper methods included to help you style and customize the experience.

past_step?(step)
future_step?(step)
previous_step?(step)
next_step?(step)

If you have some experience making wizard progress look great, drop me a line and I would love to include it here.

Clone this wiki locally