Class: Crm::Reports::CallBreakdownController
- Inherits:
-
CrmController
- Object
- CrmController
- Crm::Reports::CallBreakdownController
- Includes:
- Controllers::ReportCommandFlashable
- Defined in:
- app/controllers/crm/reports/call_breakdown_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 |
# File 'app/controllers/crm/reports/call_breakdown_controller.rb', line 6 def show :read, CallLog @report_command = ::Report::CallBreakdown::Command.new(call_breakdown_command_params) @results = @report_command.execute flash_report_command_errors respond_to do |format| format.html format.turbo_stream end end |