Files
openfoodnetwork/lib/reporting/reports/xero_invoices/summary.rb
Sebastian Castro cd30012334 Report Refactor 3: Xero Invoices
This one as actually not really been refactored, too much work to rewrite it so I just encapsulated the result within the new methods definitions
2022-05-12 16:54:14 +02:00

11 lines
144 B
Ruby

# frozen_string_literal: true
module Reporting
module Reports
module XeroInvoices
class Summary < Base
end
end
end
end