aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-21 23:41:07 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-21 23:41:07 +0000
commit58f2bd0cfc1713ee3ed519d6b75bbfa386c131c3 (patch)
treeb05a3e6dd23bc1eb3f10a596df149aa1409a6b50 /activerecord/CHANGELOG
parent913f229e21263e5aef541af5918e23cb0675b7ce (diff)
downloadrails-58f2bd0cfc1713ee3ed519d6b75bbfa386c131c3.tar.gz
rails-58f2bd0cfc1713ee3ed519d6b75bbfa386c131c3.tar.bz2
rails-58f2bd0cfc1713ee3ed519d6b75bbfa386c131c3.zip
Fixed validates_{confirmation,acceptance}_of to only happen when the virtual attributes are not nil #348 [dpiddy@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@241 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index c642369bec..7e26b3c10a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed validates_{confirmation,acceptance}_of to only happen when the virtual attributes are not nil #348 [dpiddy@gmail.com]
+
* Added a require_association hook on const_missing that makes it possible to use any model class without requiring it first. This makes STI look like:
before: