Class: Crm::Reports::AccountsReceivableController

Inherits:
ReportsController
  • Object
show all
Defined in:
app/controllers/crm/reports/accounts_receivable_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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