Skip to content

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle authored Mar 3, 2021
1 parent 12613ac commit 302fdb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/current_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 302fdb7

Please sign in to comment.