1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing require

This commit is contained in:
Ufuk Kayserilioglu 2021-03-03 22:48:20 +02:00 committed by GitHub
parent 12613accfd
commit 302fdb7677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
require "active_support/callbacks" require "active_support/callbacks"
require "active_support/core_ext/enumerable" require "active_support/core_ext/enumerable"
require "active_support/core_ext/module/delegation"
module ActiveSupport module ActiveSupport
# Abstract super class that provides a thread-isolated attributes singleton, which resets automatically # Abstract super class that provides a thread-isolated attributes singleton, which resets automatically