Class: Effective::ApplicantCourseArea

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



26
27
28
# File 'app/models/effective/applicant_course_area.rb', line 26

def to_s
  title.presence || model_name.human
end