diff options
| author | Michel Etienne | 2015-01-09 11:26:24 +0100 |
|---|---|---|
| committer | Michel Etienne | 2015-01-09 11:26:24 +0100 |
| commit | bb6980242200a1611d6d192b3284da6e58fd752e (patch) | |
| tree | 04a3d7c1585c124081746ec1ef5e9c1d8eb18abc /config | |
| parent | 283a9eed064a72c22c381c5025717b592c6cc4fb (diff) | |
| download | chouette-core-bb6980242200a1611d6d192b3284da6e58fd752e.tar.bz2 | |
manage unauthenticated_root
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 6879a2191..9fbbe7c29 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -156,6 +156,7 @@ ChouetteIhm::Application.routes.draw do resources :clean_ups end + root :to => "referentials#index" match '/help/(*slug)' => 'help#show' |
