X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19d0b4c509ec720f9ffc1ea13f758c5825308834..e7b601c25f6ac88e7adaf219f296c448d29c3904:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index f2480c6541..5330a9148a 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -26,7 +26,9 @@ ArvadosWorkbench::Application.routes.draw do resources :groups resources :specimens resources :pipeline_templates - resources :pipeline_instances + resources :pipeline_instances do + get 'compare', on: :collection + end resources :links match '/collections/graph' => 'collections#graph' resources :collections