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