diff options
| author | Alban Peignier | 2016-05-10 18:28:50 +0200 |
|---|---|---|
| committer | Alban Peignier | 2016-05-10 18:28:50 +0200 |
| commit | 972bbcb308d360c5468cd629dc5cdf356d556a2e (patch) | |
| tree | 464cd3dbda0e2b81a390241c620b1c34f57fe8a3 /config | |
| parent | 7b8b23d00e0fa263a566484dceb04361cf77432a (diff) | |
| parent | 17b85942577dd038d1ba12a9e5af775196fe4a3a (diff) | |
| download | chouette-core-972bbcb308d360c5468cd629dc5cdf356d556a2e.tar.bz2 | |
Merge branch 'master' of github.com:AF83/stif-boiv. Refs #824
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4c2f73826..19cb60538 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -43,7 +43,7 @@ ChouetteIhm::Application.routes.draw do end resources :stop_area_referentials - resources :line_referentials + resources :line_referentials, :only => [:show] resources :referentials do resources :api_keys |
