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 b9dc750 commit fb38723Copy full SHA for fb38723
init.rb
@@ -28,7 +28,7 @@
28
if Rails.version > '6.0' && Rails.autoloaders.zeitwerk_enabled?
29
Dir.glob("#{Rails.root}/plugins/redmine_custom_fields_groups/app/overrides/**/*.rb").each do |path|
30
Rails.autoloaders.main.ignore(path)
31
- load File.expand_path(path, __FILE__)
+ require path
32
end
33
Rails.application.config.after_initialize do
34
RedmineCustomFieldsGroups.setup
0 commit comments