diff options
| -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' |
