Files
fizzy/app/controllers/application_controller.rb
T
2025-06-20 15:16:56 -04:00

7 lines
210 B
Ruby

class ApplicationController < ActionController::Base
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, WriterAffinity
stale_when_importmap_changes
allow_browser versions: :modern
end