Skip to content

Commit fb9a33d

Browse files
committed
Delete AS::Dependencies.mechanism
1 parent 0f2d2ba commit fb9a33d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activesupport/lib/active_support/dependencies.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ def eager_load?(path)
5454
Dependencies._eager_load_paths.member?(path)
5555
end
5656

57-
# Should we load files or require them?
58-
mattr_accessor :mechanism, default: ENV["NO_RELOAD"] ? :require : :load
59-
6057
# The set of directories from which we may automatically load files. Files
6158
# under these directories will be reloaded on each request in development mode,
6259
# unless the directory also appears in autoload_once_paths.

0 commit comments

Comments
 (0)