Flowdock
method

database_configuration_file=

Importance_0
v3.0.5 - Show latest stable - 0 notes - Class: Rails::Configuration::Deprecated
database_configuration_file=(value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.