aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 17:33:18 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 17:33:18 +0000
commita23bea7c0d16d159b38650770baafd0c09d2ca78 (patch)
tree83ec8b16bc68c839c2b4101fd4a1a84ce1f1e48c /activerecord/CHANGELOG
parenta7e6e009c93302f77b7a601f53fe88d63210c433 (diff)
downloadrails-a23bea7c0d16d159b38650770baafd0c09d2ca78.tar.gz
rails-a23bea7c0d16d159b38650770baafd0c09d2ca78.tar.bz2
rails-a23bea7c0d16d159b38650770baafd0c09d2ca78.zip
Document API for create's attributes parameter and provide examples. Closes #7915 [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8296 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index ed5f482193..4f53aa2c06 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document API for create's attributes parameter and provide examples. Closes #7915 [fearoffish]
+
* Documentation for find incorrectly omits the :conditions option from various examples. Closes #7923 [mattwestcott]
* Document options and add examples for update. Closes #7985 [fearoffish]