aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-20 18:34:30 +0100
committerXavier Noria <fxn@hashref.com>2013-02-20 20:36:59 +0100
commitc5115b06d7e7ccc5f1d826ed90cf9ee92b1c49a8 (patch)
tree3516f6fbc613023b57144f467ba6956d2373be94 /activerecord/CHANGELOG.md
parent6871bd9818a9a7d9d8c7e21e253d64c0410fde1d (diff)
downloadrails-c5115b06d7e7ccc5f1d826ed90cf9ee92b1c49a8.tar.gz
rails-c5115b06d7e7ccc5f1d826ed90cf9ee92b1c49a8.tar.bz2
rails-c5115b06d7e7ccc5f1d826ed90cf9ee92b1c49a8.zip
database.yml -> config/database.yml [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index db99acfc32..49d270a703 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -338,7 +338,7 @@
*Rafael Mendonça França*
* Session variables can be set for the `mysql`, `mysql2`, and `postgresql` adapters
- in the `variables: <hash>` parameter in `database.yml`. The key-value pairs of this
+ in the `variables: <hash>` parameter in `config/database.yml`. The key-value pairs of this
hash will be sent in a `SET key = value` query on new database connections. See also:
http://dev.mysql.com/doc/refman/5.0/en/set-statement.html
http://www.postgresql.org/docs/8.3/static/sql-set.html