class Rails::Application::RoutesReloader

def load_paths

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