add error pages
[arvados.git] / config / routes.rb
index aa86c032f6f42ab26bd59a5ae49f58a7f8b22791..04c0e218e530ebc3394f558e84924eacf4027abe 100644 (file)
@@ -1,7 +1,33 @@
 Vcffarm::Application.routes.draw do
+  resources :factory_jobs
+
+
+  resources :uploaded_datasets
+
+
+  resources :projects
+
+
+  resources :specimens
+
+
+  resources :pipelines
+
+
+  resources :pipeline_invocations
+
+
+  resources :metadata
+
+
   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.