Commit eb2e39b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch '3148-move-geo-files' into 'master'

Resolve "Move all Geo related files to EE specific dirs"

Closes #3148

See merge request gitlab-org/gitlab-ee!3706
parents 38b06690 8021b8cb
......@@ -51,6 +51,10 @@ module Gitlab
#{config.root}/ee/app/helpers
])
# Rake tasks ignore the eager loading settings, so we need to set the
# autoload paths explicitly
config.autoload_paths = config.eager_load_paths.dup
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
......
This diff is collapsed.
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