From e4d845ef54ff348afc8516c9168654ae6cd327c7 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Wed, 5 Dec 2007 14:22:26 +0000 Subject: 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 --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') 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 -- cgit v1.2.3