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



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

def to_s
  degree_obtained || 'education'
end