diff options
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 3cce00d1e..b792738a4 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -4,11 +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.10 2008-11-07 00:01:49 francis Exp $ +# $Id: help_controller.rb,v 1.11 2009-07-14 23:02:06 francis Exp $ class HelpController < ApplicationController def about + expires_in 10.minutes, :private => false # cache via squid reverse proxy end def unhappy |