Class: Effective::ApplicantCourseArea
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::ApplicantCourseArea
- Defined in:
- app/models/effective/applicant_course_area.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
26 27 28 |
# File 'app/models/effective/applicant_course_area.rb', line 26 def to_s title || 'course area' end |