module Rails::Configuration::Deprecated

def routes_configuration_file

def routes_configuration_file
  ActiveSupport::Deprecation.warn "config.routes_configuration_file is deprecated, " <<
    "please do paths.config.routes instead", caller
  paths.config.routes.to_a.first
end