summaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-19 17:30:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-19 17:30:28 +0000
commit7356e18d36a6501ff0bce2434a5162f7a47ecb1a (patch)
tree38df264da7d39e97b8a7155a4eaffec34d217344 /app/controllers
parent7d558120d3cf4896474f05d4e840c93b722e2a0c (diff)
downloadredmine-7356e18d36a6501ff0bce2434a5162f7a47ecb1a.tar.gz
redmine-7356e18d36a6501ff0bce2434a5162f7a47ecb1a.zip
Include helper instead of patching (#20508).
git-svn-id: http://svn.redmine.org/redmine/trunk@14693 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 9f307c3e2..4d9821c21 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -23,6 +23,7 @@ class Unauthorized < Exception; end
class ApplicationController < ActionController::Base
include Redmine::I18n
include Redmine::Pagination
+ include Redmine::Hook::Helper
include RoutesHelper
helper :routes