Class: Effective::MentorshipGroupUser

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



38
39
40
# File 'app/models/effective/mentorship_group_user.rb', line 38

def to_s
  user.to_s.presence || model_name.human
end