mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update railties/lib/rails/application/configuration.rb
Changed comment that referenced the property #database_configuration_file, now it's paths["config/database"]
This commit is contained in:
parent
ea544e9b48
commit
d0dfe16ccc
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ module Rails
|
|||
self
|
||||
end
|
||||
|
||||
# Loads and returns the contents of the #database_configuration_file. The
|
||||
# Loads and returns the contents of the #paths["config/database"]. The
|
||||
# contents of the file are processed via ERB before being sent through
|
||||
# YAML::load.
|
||||
def database_configuration
|
||||
|
|
Loading…
Reference in a new issue