diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-15 00:11:20 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-15 18:50:58 +0100 |
commit | aaf4434b0e24da916d4392aa9cd001cdb8e0c7dc (patch) | |
tree | 1d9f23632246b5919c9a62efb324d51cdff263f3 /lib | |
parent | ab418e27a9121704d623343417126b0bdae08e79 (diff) | |
download | gitlab-ce-aaf4434b0e24da916d4392aa9cd001cdb8e0c7dc.tar.gz |
Doc external users feature
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 7204dca34ba..4b3ad1443bb 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -31,6 +31,7 @@ module API expose :can_create_group?, as: :can_create_group expose :can_create_project?, as: :can_create_project expose :two_factor_enabled + expose :external end class UserLogin < UserFull |