Class: Effective::ApplicantCourse
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::ApplicantCourse
- Defined in:
- app/models/effective/applicant_course.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
35 36 37 |
# File 'app/models/effective/applicant_course.rb', line 35 def to_s title || 'course' end |