aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorXinhui2017-02-16 11:36:36 +0100
committerXinhui2017-02-16 11:36:44 +0100
commit02d819b0915bc5f680ac52f3a9fd3de72188dc5a (patch)
treeda90523c2565d35c1002e4944f80faaee4fd4d1f /config/routes.rb
parent391d0869bac49d698358b8ebe270548984b87af1 (diff)
downloadchouette-core-02d819b0915bc5f680ac52f3a9fd3de72188dc5a.tar.bz2
Controller VehicleJourneysCollectionsController
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 9ceb65db0..9884066f1 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -39,6 +39,7 @@ ChouetteIhm::Application.routes.draw do
resources :journey_patterns, :only => [:index, :show]
resources :routes, :only => [:index, :show] do
resources :vehicle_journeys, :only => [:index, :show]
+ resource :vehicle_journeys_collection, :only => [:show, :update]
resources :journey_patterns, :only => [:index, :show]
resources :stop_areas, :only => [:index, :show]
end