Invalidate HTTP cache

This commit is contained in:
Jorge Manrubia
2025-11-05 13:49:26 +01:00
parent 43462e2278
commit b2e2a5d959
@@ -7,4 +7,6 @@ class ApplicationController < ActionController::Base
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