@@ -125,11 +125,11 module Redmine | |||||
125 | end |
|
125 | end | |
126 | end |
|
126 | end | |
127 | end |
|
127 | end | |
128 |
|
128 | |||
129 | def controller |
|
129 | def controller | |
130 | nil |
|
130 | nil | |
131 | end |
|
131 | end | |
132 |
|
132 | |||
133 | def config |
|
133 | def config | |
134 | ActionController::Base.config |
|
134 | ActionController::Base.config | |
135 | end |
|
135 | end | |
@@ -171,5 +171,5 module Redmine | |||||
171 | end |
|
171 | end | |
172 | end |
|
172 | end | |
173 |
|
173 | |||
174 |
A |
|
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