summaryrefslogtreecommitdiff
path: root/lib/api.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-07 08:26:39 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-07 08:26:39 +0000
commit4e1757bfda0530238e3ab4208b47789e196d5602 (patch)
treee63d4cf8b97ada54d4be1d99a02b68df7c04a099 /lib/api.rb
parent4bfb98ddc90bcc6076e2819619fec7607e74358b (diff)
parentd09d87e3b022f6b7cba0988c4377e44196e35939 (diff)
downloadgitlab-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.rb1
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