diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-21 23:41:07 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-21 23:41:07 +0000 |
commit | 58f2bd0cfc1713ee3ed519d6b75bbfa386c131c3 (patch) | |
tree | b05a3e6dd23bc1eb3f10a596df149aa1409a6b50 /activerecord/CHANGELOG | |
parent | 913f229e21263e5aef541af5918e23cb0675b7ce (diff) | |
download | rails-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/CHANGELOG | 2 |
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: |