From d9125093e8caaf112312d6e59052c3f20725fad2 Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Sun, 25 Jun 2006 17:49:24 +0000 Subject: Add AssociationCollection#sum since the method_missing invokation has been shadowed by Enumerable#sum. Closes #5500. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4493 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 23845ebaf0..ccce8c44c5 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add AssociationCollection#sum since the method_missing invokation has been shadowed by Enumerable#sum. + * Added find_or_initialize_by_X which works like find_or_create_by_X but doesn't save the newly instantiated record. [Sam Stephenson] * Row locking. Provide a locking clause with the :lock finder option or true for the default "FOR UPDATE". Use the #lock! method to obtain a row lock on a single record (reloads the record with :lock => true). [Shugo Maeda] -- cgit v1.2.3