add orvos_resource_list#to_hash
[arvados.git] / config / routes.rb
index c67b601432bb7cd67d5db36de5c0f30eab1ba2e0..2523d886ae55bd8b8bb0169ab3ff464eaf7b62d1 100644 (file)
@@ -1,4 +1,17 @@
 Vcffarm::Application.routes.draw do
+  resources :job_steps
+
+
+  resources :jobs
+
+
+  match '/logout' => 'sessions#destroy'
+  match '/logged_out' => 'sessions#index'
+
+
+  resources :users
+
+
   resources :logs
 
 
@@ -20,16 +33,17 @@ Vcffarm::Application.routes.draw do
   resources :pipeline_invocations
 
 
-  resources :metadata
+  resources :links
 
+  match '/collections/graph' => 'collections#graph'
 
   resources :collections
 
-  root :to => 'factory_jobs#index'
+  root :to => 'collections#index'
 
   # Send unroutable requests to an arbitrary controller
   # (ends up at ApplicationController#render_not_found)
-  match '*a', :to => 'metadata#render_not_found'
+  match '*a', :to => 'links#render_not_found'
 
 
   # The priority is based upon order of creation: