summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-10-24 16:50:59 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-10-24 16:50:59 +0300
commit7444aaf7ae5cccfde39c99b818e58319df52f7fb (patch)
tree856a21379c41818c417b03895ac66d90b4e87b5e
parent6946ffe3020995832cc7b0a6d0120d4f225f317f (diff)
downloadgitlab-ce-web-ide-preview.tar.gz
Fix terminalweb-ide-preview
-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]