diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-26 16:45:00 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-26 16:45:00 -0400 |
commit | 8432c9c176d9a5e646fe007a9cd333b31197abeb (patch) | |
tree | abce26f8ef1c5e1fcace6bc91dd018b65d228d2b /config | |
parent | 36f68140d1fcd89ed6bd92ac69cf13c566db63d5 (diff) | |
download | gitlab-ce-8432c9c176d9a5e646fe007a9cd333b31197abeb.tar.gz |
Routes are now final
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index decf860b143..21521a979e5 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] |