From 716e5ee5060127eb25024732f4a4935c34477362 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Oct 2025 13:41:11 +0100 Subject: [PATCH] Mark for upstreaming --- app/controllers/concerns/current_timezone.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/concerns/current_timezone.rb b/app/controllers/concerns/current_timezone.rb index 1e976dc87..49ec3f727 100644 --- a/app/controllers/concerns/current_timezone.rb +++ b/app/controllers/concerns/current_timezone.rb @@ -1,3 +1,4 @@ +# FIXME: This should move upstream to Rails. It's a good pattern. module CurrentTimezone extend ActiveSupport::Concern