diff --git a/app/controllers/report_controller.rb b/app/controllers/report_controller.rb index 98fd8b357a9..972b6ada3ef 100644 --- a/app/controllers/report_controller.rb +++ b/app/controllers/report_controller.rb @@ -8,6 +8,7 @@ class ReportController < ApplicationController include_concern 'Schedules' include_concern 'Widgets' + helper ApplicationHelper::ImportExportHelper include ReportHelper before_action :check_privileges