method

database_configuration_file=

rails latest stable - Class: Rails::Configuration::Deprecated

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

database_configuration_file=(value)
public

No documentation available.

# File railties/lib/rails/configuration.rb, line 107
      def database_configuration_file=(value)
        ActiveSupport::Deprecation.warn "config.database_configuration_file= is deprecated, " <<
          "please do paths.config.database= instead", caller
        paths.config.database = value
      end