mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Reinstate object/extending require too for Object.subclasses_of
This commit is contained in:
parent
d1938953f4
commit
f84b4b4e5f
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ require 'active_support/core_ext/object/conversions'
|
|||
require 'active_support/core_ext/object/instance_variables'
|
||||
require 'active_support/core_ext/object/metaclass'
|
||||
require 'active_support/core_ext/object/misc'
|
||||
require 'active_support/core_ext/object/extending'
|
||||
|
|
Loading…
Reference in a new issue