From 7cc446acf49ffdec6d832bc90fe48e1f2f8683cf Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sat, 15 Apr 2006 23:24:59 +0000 Subject: DRY up association collection reader method generation. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4214 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 32f0933bc3..077bd9569c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* DRY up association collection reader method generation. [Marcel Molina Jr.] + +* DRY up and tweak style of the validation error object. [Marcel Molina Jr.] + * Add :case_sensitive option to validates_uniqueness_of (closes #3090) [Rick] class Account < ActiveRecord::Base -- cgit v1.2.3