Files
fizzy/app/controllers/application_controller.rb
T
David Heinemeier Hansson 84a07343a4 Use stale_when_importmap_changes
2024-12-20 17:42:14 -08:00

7 lines
148 B
Ruby

class ApplicationController < ActionController::Base
include Authentication
stale_when_importmap_changes
allow_browser versions: :modern
end