Class: Effective::ApplicantEducation

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



30
31
32
# File 'app/models/effective/applicant_education.rb', line 30

def to_s
  degree_obtained.presence || model_name.human
end