From 2b3cc2478fff77fdada9adeabc32ecea0605d7bd Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 31 Jul 2006 03:43:03 +0000 Subject: r4854@ks: jeremy | 2006-07-30 00:59:18 -0700 Attribute methods r4877@ks: jeremy | 2006-07-30 20:23:53 -0700 Factor the attribute#{suffix} methods out of method_missing for easier extension. r4878@ks: jeremy | 2006-07-30 20:42:23 -0700 More specific method naming, declare many attribute method suffixes, set up default suffixes at module include rather than lazily. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4632 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 10387d04ef..7900524a74 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Factor the attribute#{suffix} methods out of method_missing for easier extension. [Jeremy Kemper] + * Patch sql injection vulnerability when using integer or float columns. [Jamis Buck] * Allow #count through a has_many association to accept :include. [Dan Peterson] -- cgit v1.2.3