From 22df38ca3306684033039fd0bc20b1025f4f8e2a Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 28 Nov 2012 12:43:09 -0800 Subject: Ensure that associations have a symbol argument. Fixes #7418. --- activerecord/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ee99e86157..23e38c55d2 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Ensure that associations take a symbol argument. *Steve Klabnik* + * Fix dirty attribute checks for `TimeZoneConversion` with nil and blank datetime attributes. Setting a nil datetime to a blank string should not result in a change being flagged. Fix #8310 -- cgit v1.2.3