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