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:
-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 dbb7d2cbc8e..2f0e03e3914 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -73,7 +73,7 @@ constraints(ProjectUrlConstrainer.new) do
namespace :workspaces do
get :show
get :attach
- get '/attach.ws/authorize', to: 'workspaces#attach', constraints: { format: nil }
+ get '/attach.ws/authorize', action: 'attach', constraints: { format: nil }
end
resource :mattermost, only: [:new, :create]