class Rails::Engine::Configuration

def all_autoload_paths # :nodoc:

:nodoc:
+paths+.
Private method that adds custom autoload paths to the ones defined by
def all_autoload_paths # :nodoc:
  autoload_paths + paths.autoload_paths
end