diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-19 17:30:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-19 17:30:28 +0000 |
commit | 7356e18d36a6501ff0bce2434a5162f7a47ecb1a (patch) | |
tree | 38df264da7d39e97b8a7155a4eaffec34d217344 /app/controllers | |
parent | 7d558120d3cf4896474f05d4e840c93b722e2a0c (diff) | |
download | redmine-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.rb | 1 |
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 |