Add routing header to see who served request

This commit is contained in:
Kevin McConnell
2025-11-14 14:08:42 +00:00
committed by Mike Dalessio
parent 11a38a4526
commit 9615753e1f
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class ApplicationController < ActionController::Base
include CurrentRequest, CurrentTimezone, SetPlatform
include TurboFlash, ViewTransitions
include Saas
include WriterAffinity
include RoutingHeaders, WriterAffinity
stale_when_importmap_changes
allow_browser versions: :modern