9587: untrash option
[arvados.git] / apps / workbench / config / routes.rb
index 0eef73f8ae3d0116ba96ccf8f93f6663fc4204e8..badb471d64ae666924fb06a21a408237bbed3f26 100644 (file)
@@ -108,6 +108,11 @@ ArvadosWorkbench::Application.routes.draw do
 
   resources :workflows
 
+  get "trash" => 'trash_items#index', :as => :trash
+  resources :trash_items do
+    post 'untrash_items', on: :collection
+  end
+
   post 'actions' => 'actions#post'
   get 'actions' => 'actions#show'
   get 'websockets' => 'websocket#index'