From 5fa8793f02b58509a90eed69e8dc3d199f89b4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Fri, 14 Oct 2005 12:53:39 +0000 Subject: DRYed up Associations#clear. Closes #1906 [Caleb] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2580 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index dc9bb28862..1f39b823c8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,6 @@ -*SVN* +*SVN* + +* Simplified .clear on active record associations by using the existing delete_records method. #1906 [Caleb ] * Delegate access to a customized primary key to the conventional id method. #2444. [Blair Zajac ] -- cgit v1.2.3