From db19e72027f21e573eb7889791e37ffa14a9a925 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Fri, 22 Jul 2016 17:28:39 -0700 Subject: Add route, controller action, and views for MR pipelines --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes.rb') 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 -- cgit v1.2.1