aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 17:35:17 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 17:35:17 +0000
commit971ed153608c571c32416cad0afa9126d122602f (patch)
tree9620e442403e3c537b5ce8da6aa8d089868e3336 /activerecord/CHANGELOG
parenta23bea7c0d16d159b38650770baafd0c09d2ca78 (diff)
downloadrails-971ed153608c571c32416cad0afa9126d122602f.tar.gz
rails-971ed153608c571c32416cad0afa9126d122602f.tar.bz2
rails-971ed153608c571c32416cad0afa9126d122602f.zip
Document API for exists?'s parameter and provide examples of usage. Closes #7913 [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8297 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 4f53aa2c06..920b70046b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document API for exists?'s parameter and provide examples of usage. Closes #7913 [fearoffish]
+
* 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]