diff options
author | James Lopez <james@jameslopez.es> | 2016-05-17 09:39:34 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-05-17 09:39:34 +0200 |
commit | 07c642cb1342c82ff04681964754bc654450ec16 (patch) | |
tree | dd86995937c7e00008aca18db915166766808a67 /config | |
parent | e1ab530ffa3a61ba7b5f74b8cc4800ac739e82cb (diff) | |
download | gitlab-ce-07c642cb1342c82ff04681964754bc654450ec16.tar.gz |
updated routes for gitlab_project
Diffstat (limited to 'config')
-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 08598e36fe3..a528e0b4940 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -159,7 +159,7 @@ Rails.application.routes.draw do post :create_user_map, path: :user_map end - resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do + resource :gitlab_project, only: [:create, :new] do post :create end end |