Browse Source

FIX projects routes for show action bug

tags/v1.0.0
Jasder 5 years ago
parent
commit
3becb4eabc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/routes.rb

+ 1
- 1
config/routes.rb View File

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


Loading…
Cancel
Save