Simplify the error handling

Just use normal HTML + static CSS
This commit is contained in:
David Heinemeier Hansson
2025-10-29 17:39:50 +01:00
parent 711c87e0e1
commit 7bebea07b4
15 changed files with 234 additions and 220 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ class ApplicationController < ActionController::Base
include TurboFlash, ViewTransitions
stale_when_importmap_changes
allow_browser versions: :modern, block: -> { render "errors/not_acceptable", layout: "error" }
allow_browser versions: :modern
end