mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing require, Base use deprecate method
This commit is contained in:
parent
8e3e117dbe
commit
06b0d6e5cd
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ require 'active_support/core_ext/hash/slice'
|
|||
require 'active_support/core_ext/string/behavior'
|
||||
require 'active_support/core_ext/kernel/singleton_class'
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
require 'active_support/core_ext/module/deprecation'
|
||||
require 'active_support/core_ext/module/introspection'
|
||||
require 'active_support/core_ext/object/duplicable'
|
||||
require 'active_support/core_ext/object/blank'
|
||||
|
|
Loading…
Reference in a new issue