Add folders page, backed by groups.
[arvados.git] / apps / workbench / config / routes.rb
index 9890ce47b29112a8e08620691121246eaa9b55ed..4fb6578fd3bd692cb9994e8d8366daac2f7a4c53 100644 (file)
@@ -42,6 +42,7 @@ ArvadosWorkbench::Application.routes.draw do
   match '/collections/graph' => 'collections#graph'
   resources :collections
   get '/collections/:uuid/*file' => 'collections#show_file', :format => false
+  resources :folders, controller: :groups, group_class: 'folder'
 
   post 'actions' => 'actions#post'