@@ -8,7 +8,7 Dir.glob(File.join(Rails.root, "lib/plugins/*")).sort.each do |directory| | |||
|
8 | 8 | end |
|
9 | 9 | initializer = File.join(directory, "init.rb") |
|
10 | 10 | if File.file?(initializer) |
|
11 |
|
|
|
11 | config = RedmineApp::Application.config | |
|
12 | 12 | eval(File.read(initializer), binding, initializer) |
|
13 | 13 | end |
|
14 | 14 | end |
General Comments 0
You need to be logged in to leave comments.
Login now