1 Vcffarm::Application.routes.draw do
2 resources :factory_jobs
5 resources :uploaded_datasets
17 resources :pipeline_invocations
23 resources :collections
26 # The priority is based upon order of creation:
27 # first created -> highest priority.
29 # Sample of regular route:
30 # match 'products/:id' => 'catalog#view'
31 # Keep in mind you can assign values other than :controller and :action
33 # Sample of named route:
34 # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase
35 # This route can be invoked with purchase_url(:id => product.id)
37 # Sample resource route (maps HTTP verbs to controller actions automatically):
40 # Sample resource route with options:
41 # resources :products do
52 # Sample resource route with sub-resources:
53 # resources :products do
54 # resources :comments, :sales
58 # Sample resource route with more complex sub-resources
59 # resources :products do
62 # get 'recent', :on => :collection
66 # Sample resource route within a namespace:
68 # # Directs /admin/products/* to Admin::ProductsController
69 # # (app/controllers/admin/products_controller.rb)
73 # You can have the root of your site routed with "root"
74 # just remember to delete public/index.html.
75 # root :to => 'welcome#index'
77 # See how all your routes lay out with "rake routes"
79 # This is a legacy wild controller route that's not recommended for RESTful applications.
80 # Note: This route will make all actions in every controller accessible via GET requests.
81 # match ':controller(/:action(/:id))(.:format)'