updated routes file

This commit is contained in:
James Lopez 2016-05-13 17:08:19 +02:00
parent 8c508037a6
commit 89fb5df534
1 changed files with 0 additions and 2 deletions

View File

@ -160,9 +160,7 @@ Rails.application.routes.draw do
end
resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do
get :status
post :create
get :jobs
end
end