From 01cfda7cf280b5050b4431790702d63a956190c2 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 14 Oct 2007 02:59:32 +0000 Subject: error_messages_for also takes :message and :header_message options which defaults to the old "There were problems with the following fields:" and " errors prohibited this from being saved". Closes #8270. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7870 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 8ba260dae6..97b5c03c69 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* error_messages_for also takes :message and :header_message options which defaults to the old "There were problems with the following fields:" and " errors prohibited this from being saved". #8270 [rmm5t, zach-inglis-lt3] + * Make sure that custom inflections are picked up by map.resources. #9815 [mislav] * Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] -- cgit v1.2.3