Method: EffectiveMembershipsApplicant::ClassMethods#required_wizard_steps
- Defined in:
- app/models/concerns/effective_memberships_applicant.rb
#required_wizard_steps ⇒ Object
For effective_category_applicant_wizard_steps_collection
18 19 20 |
# File 'app/models/concerns/effective_memberships_applicant.rb', line 18 def required_wizard_steps [:start, :select, :summary, :billing, :checkout, :submitted] end |