Class: EffectiveApplicantCoursesDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- EffectiveApplicantCoursesDatatable
- Defined in:
- app/datatables/effective_applicant_courses_datatable.rb
Instance Method Summary collapse
Instance Method Details
#applicant ⇒ Object
27 28 29 |
# File 'app/datatables/effective_applicant_courses_datatable.rb', line 27 def applicant @applicant ||= EffectiveMemberships.Applicant.where(id: attributes[:applicant_id]).first! end |