Class: Effective::MentorshipGroupUser
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::MentorshipGroupUser
- Defined in:
- app/models/effective/mentorship_group_user.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
38 39 40 |
# File 'app/models/effective/mentorship_group_user.rb', line 38 def to_s user.to_s.presence || model_name.human end |