all_eager_load_paths()
Private method that adds custom eager load paths to the ones defined by paths.
# File railties/lib/rails/engine/configuration.rb, line 131 def all_eager_load_paths # :nodoc: eager_load_paths + paths.eager_load end