aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f8af87e5a..67eb757ae 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -72,14 +72,16 @@ ChouetteIhm::Application.routes.draw do
collection do
get :name_filter
end
- end
-
- resources :lines, :networks, :group_of_lines do
resources :routes do
member do
get 'edit_boarding_alighting'
put 'save_boarding_alighting'
end
+ end
+ end
+
+ resources :lines, :networks, :group_of_lines do
+ resources :routes do
resources :journey_patterns do
member do
get 'new_vehicle_journey'