module Rails::Configuration::Deprecated

def database_configuration_file

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