Class: EffectiveReportDatatable

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

Overview

This renders a datatable based off a report

Instance Method Summary collapse

Instance Method Details

#reportObject



25
26
27
# File 'app/datatables/effective_report_datatable.rb', line 25

def report
  Effective::Report.deep.find(attributes[:report_id])
end