summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-06-17 21:04:09 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-06-17 21:12:58 +0800
commitdbd534a8537ba02b93dcf673aee0b62d51bf129d (patch)
treef403495a58fd0d5b7b6e1b584b83081963ff4f7e /config
parent5174d6c1468c7c22c3ad98e6d3f7f5175d005635 (diff)
downloadgitlab-ce-dbd534a8537ba02b93dcf673aee0b62d51bf129d.tar.gz
Admin::RunnerProjectsController#index is not usedremove-admin-runner-projects
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d52cbb22428..cdfbafbd730 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -283,7 +283,7 @@ Rails.application.routes.draw do
post :repository_check
end
- resources :runner_projects
+ resources :runner_projects, only: [:create, :destroy]
end
end