Method: ActiveSupport::Dependencies#_eager_load_paths
- Defined in:
- activesupport/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.
55 56 57 |
# File 'activesupport/lib/active_support/dependencies.rb', line 55 def _eager_load_paths @_eager_load_paths end |