Method: ActsAsWizard::ClassMethods#all_wizard_steps
- Defined in:
- app/models/concerns/acts_as_wizard.rb
#all_wizard_steps ⇒ Object
171 172 173 |
# File 'app/models/concerns/acts_as_wizard.rb', line 171 def all_wizard_steps const_get(:WIZARD_STEPS).keys end |