aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 14:22:26 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 14:22:26 +0000
commite4d845ef54ff348afc8516c9168654ae6cd327c7 (patch)
treebdf23b3100ad94e0613e3333cdbead300d963b51 /activerecord/CHANGELOG
parent519f2c9d718f53ba6a256d23ed808877dc9e1cf5 (diff)
downloadrails-e4d845ef54ff348afc8516c9168654ae6cd327c7.tar.gz
rails-e4d845ef54ff348afc8516c9168654ae6cd327c7.tar.bz2
rails-e4d845ef54ff348afc8516c9168654ae6cd327c7.zip
Document automatically generated predicate methods for attributes. Closes #10373 [chuyeow]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8280 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 b4d8b7b372..3d4d2aea2e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document automatically generated predicate methods for attributes. Closes #10373 [chuyeow]
+
* Added ActiveRecord::Base#becomes to turn a record into one of another class (mostly relevant for STIs) [DHH]. Example:
render :partial => @client.becomes(Company) # renders companies/company instead of clients/client