Its been a few days

This commit is contained in:
David Heinemeier Hansson
2025-11-18 14:52:07 +01:00
parent 6e304958be
commit 444d43f2ac
+1 -2
View File
@@ -6,8 +6,7 @@ class ApplicationController < ActionController::Base
include Saas
include RoutingHeaders, WriterAffinity
etag { "v1" }
stale_when_importmap_changes
allow_browser versions: :modern
etag { "v1" } # 2025-11-05 @todo: To invalidate HTTP cache after big renaming. To remove after a few days.
end