diff options
| author | Alban Peignier | 2016-05-13 12:40:26 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2016-05-13 12:40:26 +0200 | 
| commit | 58b9e12ec090a5ec6d9e78626574acc1cbb1a515 (patch) | |
| tree | a13e2cc079690997e509b49cc0d85f5267909f01 /config/routes.rb | |
| parent | 020cf3b06409acae569c23636ee91085fbeb5699 (diff) | |
| parent | 93ba001567f4455c09560f1af5b4bfb6dc782229 (diff) | |
| download | chouette-core-58b9e12ec090a5ec6d9e78626574acc1cbb1a515.tar.bz2 | |
Merge branch 'lines_lines_referentials_association'
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 5 | 
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  | 
