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
1 changed files with 1 additions and 0 deletions

View File

@ -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