diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-10 11:02:44 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-10 11:02:44 +0000 |
commit | ed778bbf1022d6f06bdb82d004c99a2cee22b673 (patch) | |
tree | 40126c9393932c999348f672ac805e2987d1f9f6 /app/controllers/help_controller.rb | |
parent | e35662cd62c781b144d4154568ac7fa0b4c45d36 (diff) | |
parent | f2d0e81fd6f9b6ca688888edd1ea0e39fab0c0da (diff) |
Merge branch 'help_page_redirect' into rails-3-develop
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 9033198a0..93215ccad 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -11,6 +11,10 @@ class HelpController < ApplicationController before_filter :long_cache before_filter :catch_spam, :only => [:contact] + def index + redirect_to help_about_path + end + def unhappy @info_request = nil if params[:url_title] |