Class: EffectiveWorkExperienceRecordsDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- EffectiveWorkExperienceRecordsDatatable
- Defined in:
- app/datatables/effective_work_experience_records_datatable.rb
Overview
My work experience records
Instance Method Summary collapse
Instance Method Details
#work_experience_summary ⇒ Object
55 56 57 58 59 |
# File 'app/datatables/effective_work_experience_records_datatable.rb', line 55 def work_experience_summary @work_experience_summary ||= if attributes[:work_experience_summary_id].present? EffectiveWorkExperience.WorkExperienceSummary.find_by_id(attributes[:work_experience_summary_id]) end end |