diff options
author | Rémy Coutable <remy@rymai.me> | 2018-04-23 13:02:07 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-23 13:02:07 +0200 |
commit | 5b44097cf7a20a6bcdc38ac9ed43aac0ec33415e (patch) | |
tree | 79ff9cf1b17a16361803f7f50f6015572838a63a /lib/settings.rb | |
parent | c286c66f57e4fd716fe1746363f8c7cf4205cee3 (diff) | |
download | gitlab-ce-5b44097cf7a20a6bcdc38ac9ed43aac0ec33415e.tar.gz |
Address latest feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'lib/settings.rb')
-rw-r--r-- | lib/settings.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/settings.rb b/lib/settings.rb index bc688eaf121..8bf087c76c3 100644 --- a/lib/settings.rb +++ b/lib/settings.rb @@ -1,3 +1,5 @@ +require 'settingslogic' + require_dependency 'gitlab' class Settings < Settingslogic |