##// END OF EJS Templates
Required file lib/redmine/hook.rb is patching autoloaded ApplicationHelper (#20508)....
Jean-Philippe Lang -
r14128:5626ee94ed8a
parent child
Show More
@@ -171,5 +171,5 module Redmine
171 end
171 end
172 end
172 end
173
173
174 ApplicationHelper.send(:include, Redmine::Hook::Helper)
174 ActionView::Base.send(:include, Redmine::Hook::Helper)
175 ActionController::Base.send(:include, Redmine::Hook::Helper)
175 ActionController::Base.send(:include, Redmine::Hook::Helper)
General Comments 0
You need to be logged in to leave comments. Login now