aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-27 13:21:59 -0700
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:21 -0700
commitf76e689f0019c0af6dafc2fc67e5b3793e606742 (patch)
tree9d1854d4ee9dfcd509f0c3e5bcc16cc4497fe8f2 /actionpack
parentc751bb1ac25c1b563cb55da2a25284f430e5e40e (diff)
downloadrails-f76e689f0019c0af6dafc2fc67e5b3793e606742.tar.gz
rails-f76e689f0019c0af6dafc2fc67e5b3793e606742.tar.bz2
rails-f76e689f0019c0af6dafc2fc67e5b3793e606742.zip
contrib app minor tweak
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 9888be07a9..3b323b3899 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -2270,7 +2270,7 @@ superclass' view_paths. [Rick Olson]
* Update documentation for erb trim syntax. #5651 [matt@mattmargolis.net]
-* Pass :id => nil or :class => nil to error_messages_for to supress that html attribute. #3586 [olivier_ansaldi@yahoo.com, sebastien@goetzilla.info]
+* Pass :id => nil or :class => nil to error_messages_for to supress that html attribute. #3586 [olivier_ansaldi@yahoo.com]
* Reset @html_document between requests so assert_tag works. #4810 [Jarkko Laine, easleydp@gmail.com]
@@ -2867,7 +2867,7 @@ superclass' view_paths. [Rick Olson]
* Provide support for decimal columns to form helpers. Closes #5672. [Dave Thomas]
-* Pass :id => nil or :class => nil to error_messages_for to supress that html attribute. #3586 [olivier_ansaldi@yahoo.com, sebastien@goetzilla.info]
+* Pass :id => nil or :class => nil to error_messages_for to supress that html attribute. #3586 [olivier_ansaldi@yahoo.com]
* Reset @html_document between requests so assert_tag works. #4810 [Jarkko Laine, easleydp@gmail.com]