aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index dfa9f4655..7bbc070f1 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -45,7 +45,10 @@ ChouetteIhm::Application.routes.draw do
end
resources :stop_area_referentials
- resources :line_referentials, :only => [:show]
+ resources :line_referentials, :only => [:show] do
+ resources :lines
+ resources :group_of_lines
+ end
resources :referentials do
resources :api_keys