summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-09-27 22:17:41 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-27 22:17:41 +0900
commit058e595788118fb129d3003989a3728de9ae7e39 (patch)
tree2e778ebefaf14f5847f1cc20fa9963a12a46bc97 /config
parent5fbf4069f6bc17dcc1ceeb81c28498b872882a6a (diff)
downloadgitlab-ce-058e595788118fb129d3003989a3728de9ae7e39.tar.gz
Delete/Update basic implementation
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 23c3f87df81..c6dab9a4f33 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -183,10 +183,9 @@ constraints(ProjectUrlConstrainer.new) do
end
end
- resources :clusters, except: [:edit, :show, :destroy] do
+ resources :clusters, except: [:show] do
collection do
get :login
- get :edit
end
end