Module: EffectiveMentorshipsHelper
- Defined in:
- app/helpers/effective_mentorships_helper.rb
Instance Method Summary collapse
- #mentorship_cycle_label ⇒ Object
- #mentorship_cycles_label ⇒ Object
- #mentorship_group_label ⇒ Object
- #mentorship_groups_label ⇒ Object
- #mentorships_mentee_label ⇒ Object
- #mentorships_mentees_label ⇒ Object
- #mentorships_mentor_label ⇒ Object
- #mentorships_mentors_label ⇒ Object
- #mentorships_name_label ⇒ Object
Instance Method Details
#mentorship_cycle_label ⇒ Object
23 24 25 |
# File 'app/helpers/effective_mentorships_helper.rb', line 23 def mentorship_cycle_label et(Effective::MentorshipCycle) end |
#mentorship_cycles_label ⇒ Object
27 28 29 |
# File 'app/helpers/effective_mentorships_helper.rb', line 27 def mentorship_cycles_label ets(Effective::MentorshipCycle) end |
#mentorship_group_label ⇒ Object
31 32 33 |
# File 'app/helpers/effective_mentorships_helper.rb', line 31 def mentorship_group_label et(EffectiveMentorships.MentorshipGroup) end |
#mentorship_groups_label ⇒ Object
35 36 37 |
# File 'app/helpers/effective_mentorships_helper.rb', line 35 def mentorship_groups_label ets(EffectiveMentorships.MentorshipGroup) end |
#mentorships_mentee_label ⇒ Object
7 8 9 |
# File 'app/helpers/effective_mentorships_helper.rb', line 7 def mentorships_mentee_label et('effective_mentorships.mentee') end |
#mentorships_mentees_label ⇒ Object
11 12 13 |
# File 'app/helpers/effective_mentorships_helper.rb', line 11 def mentorships_mentees_label ets('effective_mentorships.mentee') end |
#mentorships_mentor_label ⇒ Object
15 16 17 |
# File 'app/helpers/effective_mentorships_helper.rb', line 15 def mentorships_mentor_label et('effective_mentorships.mentor') end |
#mentorships_mentors_label ⇒ Object
19 20 21 |
# File 'app/helpers/effective_mentorships_helper.rb', line 19 def mentorships_mentors_label ets('effective_mentorships.mentor') end |
#mentorships_name_label ⇒ Object
3 4 5 |
# File 'app/helpers/effective_mentorships_helper.rb', line 3 def mentorships_name_label et('effective_mentorships.name') end |