Remove useless new route

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2016-07-27 11:01:31 +02:00
parent 065c428a8b
commit 774997e964
No known key found for this signature in database
GPG key ID: 46DF07E5CD9E96AB

View file

@ -294,7 +294,7 @@ Rails.application.routes.draw do
post :repository_check
end
resources :runner_projects, only: [:index, :create, :destroy]
resources :runner_projects, only: [:create, :destroy]
end
end