Class: EffectiveReportDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- EffectiveReportDatatable
- Defined in:
- app/datatables/effective_report_datatable.rb
Overview
This renders a datatable based off a report
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
25 26 27 |
# File 'app/datatables/effective_report_datatable.rb', line 25 def report Effective::Report.deep.find(attributes[:report_id]) end |