From 93366c7c913bf0883f140fa782d3e198593477be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 26 Dec 2012 19:05:03 -0300 Subject: Fix `validates_presence_of` with `:allow_nil` or `:allow_blank` options. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #8621 [Colin Kelley + Rafael Mendonça França] --- activemodel/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activemodel/CHANGELOG.md') diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index d98df4cb91..7dfc76ea8f 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 3.2.10 (unreleased) ## +* Fix `validates_presence_of` with `:allow_nil` or `:allow_blank` options. + Fixes #8621. + + *Colin Kelley and Rafael Mendonça França* + * Specify type of singular association during serialization *Steve Klabnik* -- cgit v1.2.3