aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorfrancis <francis>2009-07-14 23:30:37 +0000
committerfrancis <francis>2009-07-14 23:30:37 +0000
commite26befd78ab29e7fda5197a6bf7b0dc73addb910 (patch)
tree6c167aaf750b3663e01304d02c1558259042bf2a /app/controllers/help_controller.rb
parentda50d67833aa82deca73bf99fa1e5bc170f36026 (diff)
Add Vary header.
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index b792738a4..01991917c 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -4,12 +4,12 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: help_controller.rb,v 1.11 2009-07-14 23:02:06 francis Exp $
+# $Id: help_controller.rb,v 1.12 2009-07-14 23:30:37 francis Exp $
class HelpController < ApplicationController
def about
- expires_in 10.minutes, :private => false # cache via squid reverse proxy
+ cache_in_squid
end
def unhappy