From 302fdb7677b95ac1c428bd5c545252bc52ac2313 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Wed, 3 Mar 2021 22:48:20 +0200 Subject: [PATCH] Add missing require --- activesupport/lib/active_support/current_attributes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/current_attributes.rb b/activesupport/lib/active_support/current_attributes.rb index 00dcfe99c4..93d6131516 100644 --- a/activesupport/lib/active_support/current_attributes.rb +++ b/activesupport/lib/active_support/current_attributes.rb @@ -2,6 +2,7 @@ require "active_support/callbacks" require "active_support/core_ext/enumerable" +require "active_support/core_ext/module/delegation" module ActiveSupport # Abstract super class that provides a thread-isolated attributes singleton, which resets automatically