1
0
Fork 0
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:
iwiznia 2013-02-21 16:11:28 +01:00
parent ea544e9b48
commit d0dfe16ccc

View file

@ -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