FIX projects routes for show action bug
This commit is contained in:
parent
193ba325ce
commit
3becb4eabc
|
@ -237,7 +237,7 @@ Rails.application.routes.draw do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
resource :projects, path: '/' do
|
resource :projects, path: '/', except: [:show] do
|
||||||
member do
|
member do
|
||||||
get :branches
|
get :branches
|
||||||
get :simple
|
get :simple
|
||||||
|
|
Loading…
Reference in New Issue