Method: ActiveSupport::Dependencies#_eager_load_paths
- Defined in:
- lib/active_support/dependencies.rb
#_eager_load_paths ⇒ Object
This is a private set that collects all eager load paths during bootstrap. Useful for Zeitwerk integration. The public interface to push custom directories to this collection from applications or engines is config.eager_load_paths.
60 61 62 |
# File 'lib/active_support/dependencies.rb', line 60 def _eager_load_paths @_eager_load_paths end |