summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-05 11:24:15 +0100
committerRémy Coutable <remy@rymai.me>2017-04-14 15:20:55 +0200
commit5b698082323e019e47b5c739cdec0300b521340b (patch)
tree49e53d856dc00849b9757993cd83128d0ec1e642 /config
parent0d7645e1b0312ea0a78401a835785422cc01660d (diff)
downloadgitlab-ce-5b698082323e019e47b5c739cdec0300b521340b.tar.gz
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