install grape and mount Gitlab::API

This commit is contained in:
Nihad Abbasov 2012-06-27 02:26:16 -07:00
parent 4c1f435ab7
commit 4aca61e8a6
4 changed files with 37 additions and 21 deletions

2
lib/api.rb Normal file
View file

@ -0,0 +1,2 @@
class Gitlab::API < Grape::API
end