diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-01-11 14:44:31 -0500 |
---|---|---|
committer | Rubén Dávila <rdavila84@gmail.com> | 2016-01-20 00:14:58 -0500 |
commit | 7765ce187590408fe424403a92402531fdbc8f60 (patch) | |
tree | 28a5fa8fd91de30b47f6cea4cabbce386e739d68 /config/routes.rb | |
parent | a382ad99efd4c792f70705d386b2be688b667f24 (diff) | |
download | gitlab-ce-7765ce187590408fe424403a92402531fdbc8f60.tar.gz |
Setup new fork link in sidebar and routes. #2406
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 75418db8d25..fdfdb449085 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -554,7 +554,7 @@ Rails.application.routes.draw do end end - resource :fork, only: [:new, :create] + resources :forks, only: [:index, :new, :create] resource :import, only: [:new, :create, :show] resources :refs, only: [] do |