mirror of https://github.com/rails/rails
Delete AS::Dependencies.load?
This commit is contained in:
parent
ed1571ddc0
commit
0f2d2ba87d
|
@ -80,10 +80,6 @@ module ActiveSupport # :nodoc:
|
|||
# to allow arbitrary constants to be marked for unloading.
|
||||
mattr_accessor :explicitly_unloadable_constants, default: []
|
||||
|
||||
def load?
|
||||
mechanism == :load
|
||||
end
|
||||
|
||||
def clear
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue