class Productive::Reports::InvoiceReport

Public Class Methods

table_name() click to toggle source
# File lib/productive/resources/reports/invoice_report.rb, line 4
def self.table_name
  "reports/invoice_reports"
end