mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a3e061def1
During initialization, the eager load paths of engines are unshifted into AS::Dependencies.autoload_paths. After that, the collection is frozen. (See the initializers in railties/lib/rails/engine.rb.) Hence, there is no eager load path that is not an autoload path too, and so the array difference in the deleted code is always an empty array. Just do nothing. |
||
---|---|---|
.. | ||
minitest | ||
rails | ||
rails.rb |