Routes are now final

This commit is contained in:
Robert Speicher 2012-09-26 16:45:00 -04:00
parent 36f68140d1
commit 8432c9c176

View file

@ -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]