aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-11-10 11:02:44 +0000
committerGareth Rees <gareth@mysociety.org>2014-11-10 11:02:44 +0000
commited778bbf1022d6f06bdb82d004c99a2cee22b673 (patch)
tree40126c9393932c999348f672ac805e2987d1f9f6 /config/routes.rb
parente35662cd62c781b144d4154568ac7fa0b4c45d36 (diff)
parentf2d0e81fd6f9b6ca688888edd1ea0e39fab0c0da (diff)
Merge branch 'help_page_redirect' into rails-3-develop
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ff99e884c..eabfb9053 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -155,6 +155,7 @@ Alaveteli::Application.routes.draw do
match '/help/api' => 'help#api', :as => :help_api
match '/help/credits' => 'help#credits', :as => :help_credits
match '/help/:action' => 'help#action', :as => :help_general
+ match '/help' => 'help#index'
####
#### Holiday controller