We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4d2d2 commit cd07727Copy full SHA for cd07727
init.rb
@@ -60,7 +60,7 @@
60
if Rails.version > '6.0' && Rails.autoloaders.zeitwerk_enabled?
61
Dir.glob("#{Rails.root}/plugins/redmine_gtt/app/overrides/**/*.rb").each do |path|
62
Rails.autoloaders.main.ignore(path)
63
- load File.expand_path(path, __FILE__)
+ require path
64
end
65
RedmineGtt.setup_normal_patches
66
Rails.application.config.after_initialize do
0 commit comments