updated routes for gitlab_project

This commit is contained in:
James Lopez 2016-05-17 09:39:34 +02:00
parent e1ab530ffa
commit 07c642cb13
1 changed files with 1 additions and 1 deletions

View File

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