Fix the autoload path for Geo replicators

parent cd25ac1d
......@@ -55,7 +55,7 @@ module Gitlab
memo << ee_path.to_s
end
ee_paths << "ee/app/replicators"
ee_paths << "#{config.root}/ee/app/replicators"
# Eager load should load CE first
config.eager_load_paths.push(*ee_paths)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment