diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-07 08:26:39 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-07 08:26:39 +0000 |
commit | 4e1757bfda0530238e3ab4208b47789e196d5602 (patch) | |
tree | e63d4cf8b97ada54d4be1d99a02b68df7c04a099 /lib/api.rb | |
parent | 4bfb98ddc90bcc6076e2819619fec7607e74358b (diff) | |
parent | d09d87e3b022f6b7cba0988c4377e44196e35939 (diff) | |
download | gitlab-ce-4e1757bfda0530238e3ab4208b47789e196d5602.tar.gz |
Merge branch 'gitlab-shell' of dev.gitlabhq.com:gitlab/gitlabhq
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 81a5919f1d3..d9dce7c70cc 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -20,5 +20,6 @@ module Gitlab mount Session mount MergeRequests mount Notes + mount Internal end end |