Class: Effective::ApplicantEducation
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::ApplicantEducation
- Defined in:
- app/models/effective/applicant_education.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
30 31 32 |
# File 'app/models/effective/applicant_education.rb', line 30 def to_s degree_obtained || 'education' end |