Module: EffectiveMembershipsApplicant::ClassMethods
- Defined in:
- app/models/concerns/effective_memberships_applicant.rb
Instance Method Summary collapse
- #categories ⇒ Object
- #effective_memberships_applicant? ⇒ Boolean
-
#required_wizard_steps ⇒ Object
For effective_category_applicant_wizard_steps_collection.
- #transcripts_statuses ⇒ Object
Instance Method Details
#categories ⇒ Object
24 25 26 |
# File 'app/models/concerns/effective_memberships_applicant.rb', line 24 def categories ['Apply to Join', 'Apply to Reclassify', 'Apply for Reinstatement'] end |
#effective_memberships_applicant? ⇒ Boolean
17 |
# File 'app/models/concerns/effective_memberships_applicant.rb', line 17 def effective_memberships_applicant?; true; end |
#required_wizard_steps ⇒ Object
For effective_category_applicant_wizard_steps_collection
20 21 22 |
# File 'app/models/concerns/effective_memberships_applicant.rb', line 20 def required_wizard_steps [:start, :select, :summary, :billing, :checkout, :submitted] end |
#transcripts_statuses ⇒ Object
28 29 30 |
# File 'app/models/concerns/effective_memberships_applicant.rb', line 28 def transcripts_statuses [] end |