From 8ccea81cba048021ed9eded83db15b383ecd4a32 Mon Sep 17 00:00:00 2001 From: Timothy Andrew Date: Wed, 24 Aug 2016 20:47:15 +0530 Subject: Display numbers for the "Issue (Tracker)" cycle analytics metric. 1. Code is messy and untested, but it is a start. --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 24f9b44a53a..270c71f1a00 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -779,6 +779,8 @@ Rails.application.routes.draw do resources :environments + resource :cycle_analytics + resources :builds, only: [:index, :show], constraints: { id: /\d+/ } do collection do post :cancel_all -- cgit v1.2.1