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

Delete the classic version of AS::Dependencies.autoloaded_constants

This commit is contained in:
Xavier Noria 2021-08-23 09:20:52 +02:00
parent 9615e21ab7
commit 08481be86e

View file

@ -62,11 +62,6 @@ module ActiveSupport # :nodoc:
# main autoloader. Used to clear state.
mattr_accessor :_autoloaded_tracked_classes, default: Set.new
# An array of qualified constant names that have been loaded. Adding a name
# to this array will cause it to be unloaded the next time Dependencies are
# cleared.
mattr_accessor :autoloaded_constants, default: []
def clear
end