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:
parent
12613accfd
commit
302fdb7677
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue