Class: EffectiveApplicantReferencesDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- EffectiveApplicantReferencesDatatable
- Defined in:
- app/datatables/effective_applicant_references_datatable.rb
Overview
For the applicant complete step to add additional references
Instance Method Summary collapse
Instance Method Details
#applicant ⇒ Object
30 31 32 |
# File 'app/datatables/effective_applicant_references_datatable.rb', line 30 def applicant @applicant ||= EffectiveMemberships.Applicant.where(id: attributes[:applicant_id]).first! end |