Class: Admin::EffectiveFeesDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- Admin::EffectiveFeesDatatable
- Defined in:
- app/datatables/admin/effective_fees_datatable.rb
Instance Method Summary collapse
Instance Method Details
#applicant ⇒ Object
67 68 69 |
# File 'app/datatables/admin/effective_fees_datatable.rb', line 67 def applicant @applicant ||= EffectiveMemberships.Applicant.where(id: attributes[:applicant_id]).first! end |
#fee_payment ⇒ Object
71 72 73 |
# File 'app/datatables/admin/effective_fees_datatable.rb', line 71 def fee_payment @fee_payment ||= EffectiveMemberships.FeePayment.where(id: attributes[:fee_payment_id]).first! end |