From 8432c9c176d9a5e646fe007a9cd333b31197abeb Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 26 Sep 2012 16:45:00 -0400 Subject: [PATCH] Routes are now final --- config/routes.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index decf860..21521a9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -159,7 +159,6 @@ Gitlab::Application.routes.draw do end end - # XXX: WIP resources :commit, only: [:show], constraints: {id: /[[:alnum:]]{6,40}/} resources :commits, only: [:show], constraints: {id: /.+/} resources :compare, only: [:index, :create] -- libgit2 0.21.2