summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-20 00:09:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-20 00:09:27 +0000
commitafbf001676ce96bc55d891ec45bf4e68f204a853 (patch)
tree197c83ddd512f9031d360df00cd1de5d1ab41fbb /config/routes.rb
parent3007cf75a9bb55bcac18db7df56117677035d7b3 (diff)
downloadgitlab-ce-afbf001676ce96bc55d891ec45bf4e68f204a853.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 972773467e6..41f06a412a3 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -66,7 +66,7 @@ Rails.application.routes.draw do
end
Gitlab.ee do
- resources :company, only: [:new]
+ resource :company, only: [:new, :create], controller: 'company'
resources :groups, only: [:new, :create]
resources :projects, only: [:new, :create]
resources :groups_projects, only: [:new, :create] do