Class: Effective::ApplicantCourseName
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::ApplicantCourseName
- Defined in:
- app/models/effective/applicant_course_name.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
24 25 26 |
# File 'app/models/effective/applicant_course_name.rb', line 24 def to_s title.presence || model_name.human end |