diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-21 04:49:28 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-21 04:49:28 -0700 |
commit | b62445813dffec92e85540ed081e4d6e12d58dc0 (patch) | |
tree | 6417cd7e74ded09612892d963c1423c9c82a8de2 /lib/api.rb | |
parent | 4a072be2d775d5ce59573cfb447ddab940854d54 (diff) | |
download | gitlab-ce-b62445813dffec92e85540ed081e4d6e12d58dc0.tar.gz |
API: SSH keys belong to user entity
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api.rb b/lib/api.rb index 3b62f31bf32..2890a8cc9e8 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -17,7 +17,6 @@ module Gitlab mount Projects mount Issues mount Milestones - mount Keys mount Session end end |