Skip to content

Commit

Permalink
Include helper methods to make them accessible from views.
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kataria committed Apr 17, 2017
1 parent a965a4f commit abaafaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/report_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class ReportController < ApplicationController
include_concern 'Schedules'
include_concern 'Widgets'

helper ApplicationHelper::ImportExportHelper
include ReportHelper

before_action :check_privileges
Expand Down

0 comments on commit abaafaa

Please sign in to comment.