Class: Crm::Reports::AccountsPayableController
- Inherits:
-
ReportsController
- Object
- ReportsController
- Crm::Reports::AccountsPayableController
- Defined in:
- app/controllers/crm/reports/accounts_payable_controller.rb
Overview
Controller: accounts payable.
Instance Method Summary collapse
-
#show ⇒ Object
Runs the accounts payable report command.
Instance Method Details
#show ⇒ Object
Runs the accounts payable report command.
7 8 9 10 |
# File 'app/controllers/crm/reports/accounts_payable_controller.rb', line 7 def show @report_command = ::Report::AccountsPayableCommand.new(params[:report_command]) @report_command.execute end |