Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-10-03 17:44:06 +0300
committerShinya Maeda <shinya@gitlab.com>2017-10-03 17:44:06 +0300
commit6b7889f750c56962c0674467c3fbfd7976b9b44f (patch)
tree1491f42c332465194630417afc138010e23fc163 /config/routes
parentfd6776214abb2603ce2fb5dfb078229f0a0195e5 (diff)
Implement Policy. Use show instead of edit. Chnage db column. fix comments. dry up workers
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index a01e26b2fe3..aa0819bc41c 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -183,7 +183,7 @@ constraints(ProjectUrlConstrainer.new) do
end
end
- resources :clusters, except: [:show] do
+ resources :clusters, except: [:edit] do
collection do
get :login
end