diff options
author | Rémy Coutable <remy@rymai.me> | 2019-02-06 13:41:17 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-02-14 12:37:55 +0100 |
commit | eafe834c3da04aaba712fe1838c0edfff653b666 (patch) | |
tree | bfbaf5d1fac8f2cd5a8835d48ff908dd423fc038 /lib/tasks | |
parent | ed7144ad58c32936c902d93da23eeb2159ee0158 (diff) | |
download | gitlab-ce-eafe834c3da04aaba712fe1838c0edfff653b666.tar.gz |
Reduce remaining diff with EE in app/services
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/dev.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index 4beb94eeb8e..b1db4dc94a6 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -10,6 +10,7 @@ namespace :dev do desc "GitLab | Eager load application" task load: :environment do + Rails.configuration.eager_load = true Rails.application.eager_load! end end |