Module: EffectiveMentorshipsRegistration

Extended by:
ActiveSupport::Concern
Defined in:
app/models/concerns/effective_mentorships_registration.rb

Overview

EffectiveMentorshipsRegistration

Mark your group model with effective_mentorships_registration to get all the includes

Defined Under Namespace

Modules: Base, ClassMethods

Instance Method Summary collapse

Instance Method Details

#to_sObject

Instance Methods



55
56
57
# File 'app/models/concerns/effective_mentorships_registration.rb', line 55

def to_s
  mentorship_role.presence || model_name.human
end