Files
fizzy/app/controllers/application_controller.rb
T
2025-01-27 14:16:15 +00:00

7 lines
165 B
Ruby

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