aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorMichel Etienne2014-12-12 14:04:07 +0100
committerMichel Etienne2014-12-12 14:04:07 +0100
commit0f0a9844f579b807fa2a01ebd357bfba75c0e7c6 (patch)
treea654215ad59871adec7adfe2f5d8bac2dd50770e /config/routes.rb
parent07bac1b8ce8bf6380cd9bfc07ad174e3a88fcfd2 (diff)
parenta0433013264531e825268d0ae1a0da873d368313 (diff)
downloadchouette-core-0f0a9844f579b807fa2a01ebd357bfba75c0e7c6.tar.bz2
Merge branch 'V2_5' of github.com:afimb/chouette2 into V2_5
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 530e17409..37cff975e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -76,6 +76,10 @@ ChouetteIhm::Application.routes.draw do
resources :lines, :networks, :group_of_lines do
resources :routes do
+ member do
+ get 'edit_boarding_alighting'
+ put 'save_boarding_alighting'
+ end
resources :journey_patterns do
member do
get 'new_vehicle_journey'