aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-11-10 14:50:49 +0000
committerLouise Crow <louise.crow@gmail.com>2014-11-10 14:50:49 +0000
commite7c060068edcd2b47cd9b2306364ad2ff12ab0f9 (patch)
tree3ace8af06787732a88ce30a4b179f73b3d236d01 /app/controllers/help_controller.rb
parentce28b7b52bb931f94a977a55c0fd184dc220e1f5 (diff)
parent30124584b611eaa5747fb8032ce14393c3515a24 (diff)
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb4
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]