aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichel Etienne2015-01-09 11:26:24 +0100
committerMichel Etienne2015-01-09 11:26:24 +0100
commitbb6980242200a1611d6d192b3284da6e58fd752e (patch)
tree04a3d7c1585c124081746ec1ef5e9c1d8eb18abc /config
parent283a9eed064a72c22c381c5025717b592c6cc4fb (diff)
downloadchouette-core-bb6980242200a1611d6d192b3284da6e58fd752e.tar.bz2
manage unauthenticated_root
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
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'