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
path: root/config
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-05 13:24:15 +0300
committerRémy Coutable <remy@rymai.me>2017-04-14 16:20:55 +0300
commit5b698082323e019e47b5c739cdec0300b521340b (patch)
tree49e53d856dc00849b9757993cd83128d0ec1e642 /config
parent0d7645e1b0312ea0a78401a835785422cc01660d (diff)
Rename user cohorts -> cohorts
Diffstat (limited to 'config')
-rw-r--r--config/routes/admin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 5b44d449b2b..52ba10604d4 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -106,7 +106,7 @@ namespace :admin do
end
end
- resources :user_cohorts, only: :index
+ resources :cohorts, only: :index
resources :builds, only: :index do
collection do