summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/redmine/hook.rb3
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)