Skip to content

Commit c640dee

Browse files
committed
Delete AS::Dependencies.explicitly_unloadable_constants
1 parent fb9a33d commit c640dee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

activesupport/lib/active_support/dependencies.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ def eager_load?(path)
7373
# cleared.
7474
mattr_accessor :autoloaded_constants, default: []
7575

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-
8076
def clear
8177
end
8278

0 commit comments

Comments
 (0)