zombocom / wicked

Use wicked to turn your controller into a wizard

Home Page:http://schneems.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wizard_value(step) returns a string, not a symbol

cedm opened this issue · comments

commented

wizard_value(step) returns a string, not a symbol like step does.

This confused me when I attempted to translate my steps. The README doesn't mention this and the example given uses a symbol, which will not work.

Would be nice if the wizard_value(step) returns a symbol for consistency sake.