aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorXinhui2016-12-08 12:28:35 +0100
committerXinhui2016-12-08 12:28:35 +0100
commit9b37986ef2f7c10e26fec5c7ce1297e071f53aa4 (patch)
tree21c1997d998dc189f90ab945dfe8d4765a4a0ce2 /config/routes.rb
parent2011d02e79659c17eebcd5f38e75a1afa34352ee (diff)
downloadchouette-core-9b37986ef2f7c10e26fec5c7ce1297e071f53aa4.tar.bz2
Journey patterns collection controller
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f2a04c4b8..3f25dee4d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -99,10 +99,9 @@ ChouetteIhm::Application.routes.draw do
get 'edit_boarding_alighting'
put 'save_boarding_alighting'
end
+ resource :journey_patterns_collection, :only => [:show, :update]
resources :journey_patterns do
get 'new_vehicle_journey', on: :member
- post 'bulk_update', on: :collection
-
resource :route_sections_selector, path: 'sections' do
post 'selection'
end