Serve default error pages

This commit is contained in:
Kevin McConnell
2025-11-06 09:56:28 +00:00
parent 4de6a8a32a
commit 7a23e0bdd5
-3
View File
@@ -27,9 +27,6 @@ module Fizzy
# enable load_async
config.active_record.async_query_executor = :global_thread_pool
# use routes for error pages instead of static files
config.exceptions_app = self.routes
# include the tenant in query logs
config.active_record.query_log_tags_enabled = true
config.active_record.query_log_tags = [ :tenant ]