Class: Admin::EffectiveFeesDatatable

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

Instance Method Summary collapse

Instance Method Details

#applicantObject



70
71
72
# File 'app/datatables/admin/effective_fees_datatable.rb', line 70

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

#fee_paymentObject



74
75
76
# File 'app/datatables/admin/effective_fees_datatable.rb', line 74

def fee_payment
  @fee_payment ||= EffectiveMemberships.FeePayment.where(id: attributes[:fee_payment_id]).first!
end