diff options
author | Chris Kampmeier <chris@kampers.net> | 2009-03-16 05:56:32 -0700 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-05-17 18:56:06 +0200 |
commit | 4e8c36a7417e5d447c9b15d5c61df0c014ee6d3b (patch) | |
tree | caae94182a0f64901da53364057798545119829e /activerecord/CHANGELOG | |
parent | 11bac700784efe232083f94e3d28d171957e667e (diff) | |
download | rails-4e8c36a7417e5d447c9b15d5c61df0c014ee6d3b.tar.gz rails-4e8c36a7417e5d447c9b15d5c61df0c014ee6d3b.tar.bz2 rails-4e8c36a7417e5d447c9b15d5c61df0c014ee6d3b.zip |
Implement #many? for NamedScope and AssociationCollection using #size [#1500 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d58b44144b..411b640c9e 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Implement #many? for NamedScope and AssociationCollection using #size. #1500 [Chris Kampmeier] + * Added :touch option to belongs_to associations that will touch the parent record when the current record is saved or destroyed [DHH] * Added ActiveRecord::Base#touch to update the updated_at/on attributes (or another specified timestamp) with the current time [DHH] |