fix missing route
authorTom Clegg <tom@clinicalfuture.com>
Wed, 16 Jan 2013 22:01:25 +0000 (14:01 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 16 Jan 2013 22:01:25 +0000 (14:01 -0800)
config/routes.rb

index af8f5e1ee40499c55a8955230d0804e0373e0efd..0bc359f32c2ecea1f389722d6a8e919167499e3d 100644 (file)
@@ -74,6 +74,7 @@ Server::Application.routes.draw do
       resources :pipeline_invocations
       resources :pipelineInvocations
       resources :specimens
+      resources :projects
       match '/schema' => 'schema#show'
       match '/nodes/:uuid/ping' => 'nodes#ping', :as => :ping_node
       match '/metadata/:target_kind/:target_uuid' => 'metadata#index'