summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-06 09:23:32 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 14:51:18 -0600
commit08ecab601398b9c62fb4b6c6231f610e5636f977 (patch)
treee19d5f474ba9186e7ffdc7584ecdb926edde02c9 /config
parent58110293d4425c50a87975749551e069a02dc0cd (diff)
downloadgitlab-ce-08ecab601398b9c62fb4b6c6231f610e5636f977.tar.gz
changed pipelines controller name to ci_cd_pipelines
Diffstat (limited to 'config')
-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 8b17e28de3a..c028af30263 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -315,8 +315,8 @@ constraints(ProjectUrlConstrainer.new) do
end
namespace :settings do
resource :members, only: [:show]
+ resource :ci_cd_pipelines, only: [:show]
resource :integrations, only: [:show]
- resource :pipelines, only: [:show]
end
# Since both wiki and repository routing contains wildcard characters