diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-04 17:53:43 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-04 17:53:43 +0200 |
commit | 935b6ae6534e77f2b9e84bcb686aeeda88089122 (patch) | |
tree | 036935d9465495800cc76e846e76844aacb2a39b /lib/api.rb | |
parent | 6f7ccea6686d4cc6c6241bc4289c13ff04cc8557 (diff) | |
download | gitlab-ce-935b6ae6534e77f2b9e84bcb686aeeda88089122.tar.gz |
Internal API
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api.rb b/lib/api.rb index f58b82ff98e..3ee56a7f79e 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -19,5 +19,6 @@ module Gitlab mount Session mount MergeRequests mount Notes + mount Internal end end |