aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPatrick Toomey <ptoomey3@biasedcoin.com>2017-08-22 15:52:47 -0600
committerPatrick Toomey <ptoomey3@biasedcoin.com>2017-08-22 15:52:47 -0600
commit6ab35ee11bca2f73384fe9b1b570139b884630f2 (patch)
tree2bbce0e3378511cd77cc088daf6931683c64e839 /actionpack
parent50777ca41b72eb97e7001034dd100b86bd0d6448 (diff)
downloadrails-6ab35ee11bca2f73384fe9b1b570139b884630f2.tar.gz
rails-6ab35ee11bca2f73384fe9b1b570139b884630f2.tar.bz2
rails-6ab35ee11bca2f73384fe9b1b570139b884630f2.zip
This constant is no longer used
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/http/cache.rb1
1 files changed, 0 insertions, 1 deletions
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