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

Add missing require

Fixes #22311
This commit is contained in:
Matthew Draper 2015-11-19 11:01:31 +10:30
parent 3d8a7c0e64
commit b5384d91a4

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/module/delegation'
module ActiveSupport
# This module is used to encapsulate access to thread local variables.
#