Class: Effective::ApplicantCourseName

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



24
25
26
# File 'app/models/effective/applicant_course_name.rb', line 24

def to_s
  title.presence || model_name.human
end