Files
fizzy/app/controllers/application_controller.rb
T
2025-09-09 17:07:24 -04:00

7 lines
285 B
Ruby

class ApplicationController < ActionController::Base
include Authentication, CurrentRequest, CurrentTimezone, SetPlatform, TurboFlash, WriterAffinity
stale_when_importmap_changes
allow_browser versions: :modern, block: -> { render "errors/not_acceptable", layout: "error" }
end