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 /lib | |
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 'lib')
-rw-r--r-- | lib/redmine/hook.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/redmine/hook.rb b/lib/redmine/hook.rb index 7f518d8d4..fc5692cab 100644 --- a/lib/redmine/hook.rb +++ b/lib/redmine/hook.rb @@ -170,6 +170,3 @@ module Redmine end end end - -ApplicationHelper.send(:include, Redmine::Hook::Helper) -ActionController::Base.send(:include, Redmine::Hook::Helper) |