Use stale_when_importmap_changes

This commit is contained in:
David Heinemeier Hansson
2024-12-20 17:42:14 -08:00
parent a531e627c6
commit 84a07343a4
2 changed files with 3 additions and 2 deletions
@@ -1,5 +1,6 @@
class ApplicationController < ActionController::Base
include Authentication
stale_when_importmap_changes
allow_browser versions: :modern
end