Method: Rails::Configuration#eager_load_paths
- Defined in:
- lib/initializer.rb
#eager_load_paths ⇒ Object
An array of paths from which Rails will eager load on boot if cache classes is enabled. All elements of this array must also be in autoload_paths.
732 733 734 |
# File 'lib/initializer.rb', line 732 def eager_load_paths @eager_load_paths end |