diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-22 17:28:39 -0700 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-25 16:19:20 -0500 |
commit | db19e72027f21e573eb7889791e37ffa14a9a925 (patch) | |
tree | 48d720c2d5b33ada451b179615a80919abca5212 /config/routes.rb | |
parent | 440b14daadcca0244d20c1a2a5d57e334cda0933 (diff) | |
download | gitlab-ce-db19e72027f21e573eb7889791e37ffa14a9a925.tar.gz |
Add route, controller action, and views for MR pipelines
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 21f3585bacd..84a89200111 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -704,6 +704,7 @@ Rails.application.routes.draw do get :commits get :diffs get :builds + get :pipelines get :merge_check post :merge post :cancel_merge_when_build_succeeds |