Module: EffectiveMentorshipsRegistration::ClassMethods
- Defined in:
- app/models/concerns/effective_mentorships_registration.rb
Instance Method Summary collapse
Instance Method Details
#effective_mentorships_registration? ⇒ Boolean
| 17 | # File 'app/models/concerns/effective_mentorships_registration.rb', line 17 def effective_mentorships_registration?; true; end | 
#mentorship_roles ⇒ Object
| 19 20 21 | # File 'app/models/concerns/effective_mentorships_registration.rb', line 19 def mentorship_roles ['A Mentor', 'A Protege', 'Both'] end |