mirror of https://github.com/rails/rails
Delete AS::Dependencies.explicitly_unloadable_constants
This commit is contained in:
parent
fb9a33d602
commit
c640deef99
|
@ -73,10 +73,6 @@ module ActiveSupport # :nodoc:
|
|||
# cleared.
|
||||
mattr_accessor :autoloaded_constants, default: []
|
||||
|
||||
# An array of constant names that need to be unloaded on every request. Used
|
||||
# to allow arbitrary constants to be marked for unloading.
|
||||
mattr_accessor :explicitly_unloadable_constants, default: []
|
||||
|
||||
def clear
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue