We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a33d commit c640deeCopy full SHA for c640dee
activesupport/lib/active_support/dependencies.rb
@@ -73,10 +73,6 @@ def eager_load?(path)
73
# cleared.
74
mattr_accessor :autoloaded_constants, default: []
75
76
- # An array of constant names that need to be unloaded on every request. Used
77
- # to allow arbitrary constants to be marked for unloading.
78
- mattr_accessor :explicitly_unloadable_constants, default: []
79
-
80
def clear
81
end
82
0 commit comments