updated routes for gitlab_projects

This commit is contained in:
James Lopez 2016-05-17 09:40:49 +02:00
parent 279915253c
commit f48184cbc6
1 changed files with 2 additions and 4 deletions

View File

@ -159,10 +159,8 @@ Rails.application.routes.draw do
post :create_user_map, path: :user_map
end
resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do
get :status
get :callback
get :jobs
resource :gitlab_project, only: [:create, :new] do
post :create
end
end