aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-12 19:59:13 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-12 19:59:13 +0000
commit0e0e774085c478a171894abfa95fff9475a4a826 (patch)
treee0d3099e25d1558ace4888bf09a159717f9ef2e6 /activerecord/CHANGELOG
parentf0b2b637ea9b7133fce95f1fc10eec6b1c7304d9 (diff)
downloadrails-0e0e774085c478a171894abfa95fff9475a4a826.tar.gz
rails-0e0e774085c478a171894abfa95fff9475a4a826.tar.bz2
rails-0e0e774085c478a171894abfa95fff9475a4a826.zip
Protect id attribute from mass assigment even when the primary key is set to something else. Closes #2438.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2541 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 a7d354a366..40b8b2c3c8 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Protect id attribute from mass assigment even when the primary key is set to something else. #2438. [Blair Zajac <blair@orcaware.com>]
+
* Misc doc fixes (typos/grammar/etc.). #2430. [coffee2code]
* Add test coverage for content_columns. #2432. [coffee2code]