Module: EffectiveMentorshipsGroup
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/effective_mentorships_group.rb
Overview
EffectiveMentorshipsGroup
Mark your group model with effective_mentorships_group to get all the includes
Defined Under Namespace
Modules: Base, ClassMethods
Instance Method Summary collapse
-
#to_s ⇒ Object
Instance Methods.
Instance Method Details
#to_s ⇒ Object
Instance Methods
47 48 49 |
# File 'app/models/concerns/effective_mentorships_group.rb', line 47 def to_s model_name.human end |