diff options
| author | Alex Denisov <1101.debian@gmail.com> | 2013-03-18 20:11:28 +0000 |
|---|---|---|
| committer | Alex Denisov <1101.debian@gmail.com> | 2013-03-18 20:11:28 +0000 |
| commit | 28e7d1a8bf3ef172331125cf56d92af85ea5e8b2 (patch) | |
| tree | 0e7ce7a2d32aedb66af00fe07143a61a2e14e5f1 /lib/api/users.rb | |
| parent | 6956f1f6e1844c683336eea03d090ed3f306a3f7 (diff) | |
| download | gitlab-ce-28e7d1a8bf3ef172331125cf56d92af85ea5e8b2.tar.gz | |
Abilities added to /user and /sign_in requests
Diffstat (limited to 'lib/api/users.rb')
| -rw-r--r-- | lib/api/users.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/users.rb b/lib/api/users.rb index e9cf16fa37d..567750dfa45 100644 --- a/lib/api/users.rb +++ b/lib/api/users.rb @@ -124,7 +124,7 @@ module Gitlab # Example Request: # GET /user get do - present @current_user, with: Entities::User + present @current_user, with: Entities::UserLogin end # Get currently authenticated user's keys |
