diff options
| author | Michel Etienne | 2014-12-12 14:04:07 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-12-12 14:04:07 +0100 |
| commit | 0f0a9844f579b807fa2a01ebd357bfba75c0e7c6 (patch) | |
| tree | a654215ad59871adec7adfe2f5d8bac2dd50770e /config/routes.rb | |
| parent | 07bac1b8ce8bf6380cd9bfc07ad174e3a88fcfd2 (diff) | |
| parent | a0433013264531e825268d0ae1a0da873d368313 (diff) | |
| download | chouette-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.rb | 4 |
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' |
