Commit f7150e37 authored by Rémy Coutable's avatar Rémy Coutable

Load the EE namespace as soon as possible to avoid autoload issues

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 6a968f44
require_dependency Rails.root.join('lib/gitlab') # Load Gitlab as soon as possible
require_dependency Rails.root.join('lib/ee') # Load EE as soon as possible
class Settings < Settingslogic
source ENV.fetch('GITLAB_CONFIG') { "#{Rails.root}/config/gitlab.yml" }
......
# Define the EE module
module EE
end
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