Class: Effective::WorkExperienceOutsideMentor

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/effective/work_experience_outside_mentor.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



31
32
33
# File 'app/models/effective/work_experience_outside_mentor.rb', line 31

def to_s
  name.presence || model_name.human
end