From 539e3d0f3cdf2aee836ea7b784e91d4ad1a9fbf1 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Mon, 6 Sep 2010 09:18:54 +0100 Subject: Rename function so doesn't say "squid" in it --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/application_controller.rb') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 41108ad19..0f287f2e4 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -272,7 +272,7 @@ class ApplicationController < ActionController::Base end # Set cache headers for Squid reverse proxy in front of application - def cache_in_squid(max_age = 10) + def set_http_header_cache_expiry(max_age = 10) response.headers["Vary"] = 'Cookie, Accept-Encoding' expires_in max_age.minutes, :public => true end -- cgit v1.2.3