Class: EffectiveApplicantEndorsementsDatatable

Inherits:
Effective::Datatable
  • Object
show all
Defined in:
app/datatables/effective_applicant_endorsements_datatable.rb

Overview

For the applicant complete step to add additional endorsements

Instance Method Summary collapse

Instance Method Details

#applicantObject



34
35
36
# File 'app/datatables/effective_applicant_endorsements_datatable.rb', line 34

def applicant
  @applicant ||= EffectiveMemberships.Applicant.where(id: attributes[:applicant_id]).first!
end