class Rails::Application::RoutesReloader

def load_paths

def load_paths
  paths.each { |path| load(path) }
end