X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5d709747ad9336bde786373fe314c128afd50782..9be8a468534acaf324e9c18b831677f0ae067e60:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 7f78548641..7c2312c1ce 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -15,7 +15,9 @@ ArvadosWorkbench::Application.routes.draw do get "star" => 'actions#star', :as => :star get "all_processes" => 'work_units#index', :as => :all_processes get "choose_work_unit_templates" => 'work_unit_templates#choose', :as => :choose_work_unit_templates - resources :work_units + resources :work_units do + post 'show_child_component', :on => :member + end resources :nodes resources :humans resources :traits