diff --git a/config/routes.rb b/config/routes.rb index a46d8d880..7012142cb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -237,7 +237,7 @@ Rails.application.routes.draw do ) end - resource :projects, path: '/' do + resource :projects, path: '/', except: [:show] do member do get :branches get :simple