class Rails::Engine

def _all_load_paths

def _all_load_paths
  @_all_load_paths ||= (config.paths.load_paths + _all_autoload_paths).uniq
end