all_autoload_paths()
Private method that adds custom autoload paths to the ones defined by paths.
# File railties/lib/rails/engine/configuration.rb, line 121 def all_autoload_paths # :nodoc: autoload_paths + paths.autoload_paths end