Commit 8432c9c176d9a5e646fe007a9cd333b31197abeb
1 parent
36f68140
Exists in
master
and in
4 other branches
Routes are now final
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/routes.rb
... | ... | @@ -159,7 +159,6 @@ Gitlab::Application.routes.draw do |
159 | 159 | end |
160 | 160 | end |
161 | 161 | |
162 | - # XXX: WIP | |
163 | 162 | resources :commit, only: [:show], constraints: {id: /[[:alnum:]]{6,40}/} |
164 | 163 | resources :commits, only: [:show], constraints: {id: /.+/} |
165 | 164 | resources :compare, only: [:index, :create] | ... | ... |