From b4f4d038b9b240c2a388bbe3fbfb885170930f99 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 7 Dec 2004 11:15:41 +0000 Subject: Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@60 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 0b0c0048e9..e19c9e23fa 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *CVS* +* Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron] + * Added bind-style variable interpolation for the condition arrays that uses the adapter's quote method [Michael Koziarski] Before: -- cgit v1.2.3