From abaafaa996ab71e57927691f77e7f888cc6e34dc Mon Sep 17 00:00:00 2001 From: Harpreet Kataria Date: Mon, 17 Apr 2017 11:38:55 -0400 Subject: [PATCH] Include helper methods to make them accessible from views. https://bugzilla.redhat.com/show_bug.cgi?id=1442716 --- app/controllers/report_controller.rb | 1 + 1 file changed, 1 insertion(+) 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