Module: EffectiveMentorshipsHelper

Defined in:
app/helpers/effective_mentorships_helper.rb

Instance Method Summary collapse

Instance Method Details

#mentorship_cycle_labelObject



23
24
25
# File 'app/helpers/effective_mentorships_helper.rb', line 23

def mentorship_cycle_label
  et(Effective::MentorshipCycle)
end

#mentorship_cycles_labelObject



27
28
29
# File 'app/helpers/effective_mentorships_helper.rb', line 27

def mentorship_cycles_label
  ets(Effective::MentorshipCycle)
end

#mentorship_group_labelObject



31
32
33
# File 'app/helpers/effective_mentorships_helper.rb', line 31

def mentorship_group_label
  et(EffectiveMentorships.MentorshipGroup)
end

#mentorship_groups_labelObject



35
36
37
# File 'app/helpers/effective_mentorships_helper.rb', line 35

def mentorship_groups_label
  ets(EffectiveMentorships.MentorshipGroup)
end

#mentorships_mentee_labelObject



7
8
9
# File 'app/helpers/effective_mentorships_helper.rb', line 7

def mentorships_mentee_label
  et('effective_mentorships.mentee')
end

#mentorships_mentees_labelObject



11
12
13
# File 'app/helpers/effective_mentorships_helper.rb', line 11

def mentorships_mentees_label
  ets('effective_mentorships.mentee')
end

#mentorships_mentor_labelObject



15
16
17
# File 'app/helpers/effective_mentorships_helper.rb', line 15

def mentorships_mentor_label
  et('effective_mentorships.mentor')
end

#mentorships_mentors_labelObject



19
20
21
# File 'app/helpers/effective_mentorships_helper.rb', line 19

def mentorships_mentors_label
  ets('effective_mentorships.mentor')
end

#mentorships_name_labelObject



3
4
5
# File 'app/helpers/effective_mentorships_helper.rb', line 3

def mentorships_name_label
  et('effective_mentorships.name')
end