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
Instance Method Details
#show ⇒ Object
6 7 8 9 |
# File 'app/controllers/crm/reports/accounts_payable_controller.rb', line 6 def show @report_command = ::Report::AccountsPayableCommand.new(params[:report_command]) @report_command.execute end |