Delete AS::Dependencies.mechanism

This commit is contained in:
Xavier Noria 2021-08-18 23:21:05 +02:00
parent 0f2d2ba87d
commit fb9a33d602
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ module ActiveSupport # :nodoc:
Dependencies._eager_load_paths.member?(path)
end
# Should we load files or require them?
mattr_accessor :mechanism, default: ENV["NO_RELOAD"] ? :require : :load
# The set of directories from which we may automatically load files. Files
# under these directories will be reloaded on each request in development mode,
# unless the directory also appears in autoload_once_paths.