Files
fizzy/app/controllers/application_controller.rb
T
David Heinemeier Hansson 7bebea07b4 Simplify the error handling
Just use normal HTML + static CSS
2025-10-29 17:39:57 +01:00

10 lines
302 B
Ruby

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