Minimize CE/EE difference in Gitlab::Auth::Saml::Config

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-05-18 13:18:06 +02:00
parent ff944005c3
commit 0a581fcfa2
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ module Gitlab
def external_groups
options[:external_groups]
end
def admin_groups
options[:admin_groups]
end
end
end
end