Fix 404 when saving repository settings
This commit is contained in:
parent
660a509b33
commit
73dbed3962
|
@ -168,7 +168,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :repositories, only: [:create, :new, :show, :edit] do
|
||||
resources :repositories, only: [:create, :new, :show, :edit, :update] do
|
||||
member do
|
||||
get :manage_projects
|
||||
put :add_project
|
||||
|
|
Loading…
Reference in New Issue