X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/74ce6476efe030fed14497423e0d260d0f58ac85..126ef2abb29698bcfd7d2898e5086da6b6edb494:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 1163ce0c7d..04c0e218e5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,13 @@ Vcffarm::Application.routes.draw do + resources :factory_jobs + + + resources :uploaded_datasets + + + resources :projects + + resources :specimens @@ -14,6 +23,11 @@ Vcffarm::Application.routes.draw do resources :collections + # Send unroutable requests to an arbitrary controller + # (ends up at ApplicationController#render_not_found) + match '*a', :to => 'metadata#render_not_found' + + # The priority is based upon order of creation: # first created -> highest priority.