Merge branch 'master' into 3618-column-ordering
[arvados.git] / apps / workbench / config / routes.rb
index 3179f6fde068ce6b5b1f2319ad0e35049a5090d7..9f9696facecac5be44dc62f7506e2cb371985f44 100644 (file)
@@ -81,6 +81,7 @@ ArvadosWorkbench::Application.routes.draw do
   post 'actions' => 'actions#post'
   get 'actions' => 'actions#show'
   get 'websockets' => 'websocket#index'
+  post "combine_selected" => 'actions#combine_selected_files_into_collection'
 
   root :to => 'projects#index'