From 6ab35ee11bca2f73384fe9b1b570139b884630f2 Mon Sep 17 00:00:00 2001 From: Patrick Toomey Date: Tue, 22 Aug 2017 15:52:47 -0600 Subject: This constant is no longer used --- actionpack/lib/action_dispatch/http/cache.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/http/cache.rb b/actionpack/lib/action_dispatch/http/cache.rb index 468a53e202..ec5704ff9e 100644 --- a/actionpack/lib/action_dispatch/http/cache.rb +++ b/actionpack/lib/action_dispatch/http/cache.rb @@ -170,7 +170,6 @@ module ActionDispatch set_conditional_cache_control!(@cache_control) end - DEFAULT_CACHE_CONTROL = "max-age=0, private, must-revalidate".freeze NO_CACHE = "no-cache".freeze PUBLIC = "public".freeze PRIVATE = "private".freeze -- cgit v1.2.3