summaryrefslogtreecommitdiffstats
path: root/lib/redmine/hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine/hook.rb')
-rw-r--r--lib/redmine/hook.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/hook.rb b/lib/redmine/hook.rb
index 9bf92b3e7..80e8d5259 100644
--- a/lib/redmine/hook.rb
+++ b/lib/redmine/hook.rb
@@ -107,3 +107,4 @@ module Redmine
end
ApplicationHelper.send(:include, Redmine::Hook::Helper)
+ActionController::Base.send(:include, Redmine::Hook::Helper)