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