diff options
author | Marcel Molina <marcel@vernix.org> | 2007-10-26 04:07:39 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-10-26 04:07:39 +0000 |
commit | d761ac409586f887570cba88cf8d74f2c783223b (patch) | |
tree | 1ece5a148af24758f0c26f3336d9a2afdb53fb20 /activerecord/CHANGELOG | |
parent | 27941f649ffdae507e099720dbb972cfb07b16b8 (diff) | |
download | rails-d761ac409586f887570cba88cf8d74f2c783223b.tar.gz rails-d761ac409586f887570cba88cf8d74f2c783223b.tar.bz2 rails-d761ac409586f887570cba88cf8d74f2c783223b.zip |
Add docs explaining how to protect all attributes using attr_accessible with no arguments. Closes #9631 [boone, rmm5t]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8032 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 14da622a86..e2cf060525 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add docs explaining how to protect all attributes using attr_accessible with no arguments. Closes #9631 [boone, rmm5t] + * Update add_index documentation to use new options api. Closes #9787 [kamal] * Allow find on a has_many association defined with :finder_sql to accept id arguments as strings like regular find does. Closes #9916 [krishna] |