Method: ActiveSupport::Dependencies#autoload_paths
- Defined in:
- activesupport/lib/active_support/dependencies.rb
#autoload_paths ⇒ Object
The array of directories from which we autoload and reload, if reloading is enabled. The public interface to push directories to this collection from applications or engines is config.autoload_paths.
This collection is allowed to have intersection with autoload_once_paths. Common directories are not reloaded.
42 43 44 |
# File 'activesupport/lib/active_support/dependencies.rb', line 42 def autoload_paths @autoload_paths end |