From 04927e448f99f67bbfde88dd466f03fb23373b28 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Mon, 25 Jul 2011 15:24:58 +0100 Subject: Add cache headers to various pages (in three categories: short, medium, and long). --- app/controllers/help_controller.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/controllers/help_controller.rb') diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index ab1ef5c5f..c6d246b4c 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -10,6 +10,8 @@ class HelpController < ApplicationController # we don't even have a control subroutine for most help pages, just see their templates + before_filter :long_cache + def unhappy @info_request = nil if params[:url_title] -- cgit v1.2.3