SSH Keys API implemented

This commit is contained in:
Alex Denisov 2012-09-16 17:52:06 +03:00
parent caef9ed112
commit c23eb40829
4 changed files with 106 additions and 0 deletions

View file

@ -17,5 +17,6 @@ module Gitlab
mount Projects
mount Issues
mount Milestones
mount Keys
end
end