3654: use POST method to combine selections.
[arvados.git] / apps / workbench / config / routes.rb
index 6236e0c51228b7285feae75724e0b2e91f08cf58..65a8e541f70b95be5c47108c8daa42148f1b37c6 100644 (file)
@@ -80,7 +80,7 @@ ArvadosWorkbench::Application.routes.draw do
   post 'actions' => 'actions#post'
   get 'actions' => 'actions#show'
   get 'websockets' => 'websocket#index'
-  get 'combine_selected' => 'actions#combine_selected_files_into_collection', :as => :combine_selected
+  post "combine_selected" => 'actions#combine_selected_files_into_collection'
 
   root :to => 'projects#index'