diff options
| author | Vlatka Pavisic | 2017-01-04 14:00:39 +0100 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-01-04 14:00:39 +0100 | 
| commit | af34cb854255f2893a27e28b11a2601d6af8a725 (patch) | |
| tree | 4da1c8de8b34069a2d816869c46576dc3d98e5a4 /config/routes.rb | |
| parent | d1e76469119acd0d92cdb65fa8e9a5b61803b3a3 (diff) | |
| parent | c11be6d012dd77101721900168b9acc64db66e49 (diff) | |
| download | chouette-core-af34cb854255f2893a27e28b11a2601d6af8a725.tar.bz2 | |
Merge master
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index b2d3922fa..99effe3e5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -101,10 +101,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 -          member do -            get 'new_vehicle_journey' -          end +          get 'new_vehicle_journey', on: :member            resource :route_sections_selector, path: 'sections' do              post 'selection'            end  | 
