Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-03-29 19:03:05 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-03-29 19:03:05 +0400
commit78d620b3b63fdd78b2cd1e4386822f93a701bc42 (patch)
tree4dd832c46f62778d34c18bdb91319ea7415793fe /config/routes.rb
parent8ee0993fdf783ad12823ff817cd531df0bc363eb (diff)
Raw gitlab automerge feature
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index eb999f26ba2..a1c54565f49 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -102,6 +102,7 @@ Gitlab::Application.routes.draw do
resources :merge_requests do
member do
get :diffs
+ get :automerge
end
collection do