Class: Crm::Reports::AccountsPayableController
- Inherits:
-
ReportsController
- Object
- ReportsController
- Crm::Reports::AccountsPayableController
- Defined in:
- app/controllers/crm/reports/accounts_payable_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 7 |
# File 'app/controllers/crm/reports/accounts_payable_controller.rb', line 4 def show @report_command = ::Report::AccountsPayableCommand.new(params[:report_command]) @report_command.execute end |