diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-05 15:08:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-05 15:08:48 +0000 |
commit | eabf8fd774fef6a54903e5141138f47bdafeb331 (patch) | |
tree | c74ff99fa6765cbe091767e9827374ce44b0df50 /config/application.rb | |
parent | 20d564f1064622ef0623434372ac3ceb03173331 (diff) | |
download | gitlab-ce-eabf8fd774fef6a54903e5141138f47bdafeb331.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/application.rb b/config/application.rb index 5241a195e53..e8cc35aed2a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -55,8 +55,6 @@ module Gitlab memo << ee_path.to_s end - ee_paths << "ee/app/replicators" - # Eager load should load CE first config.eager_load_paths.push(*ee_paths) config.helpers_paths.push "#{config.root}/ee/app/helpers" |