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