class Wicked::Wizard::InvalidStepError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/wicked/wizard.rb, line 6 def initialize super "The requested step did not match any steps defined for this controller." end