Skip to content

Commit

Permalink
Better Changelog for Mass assignment security.
Browse files Browse the repository at this point in the history
[fixes #3665]
  • Loading branch information
arthurnn committed Jun 2, 2014
1 parent b33199c commit f1105a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ For instructions on upgrading to newer versions, visit
apply the default scope to the document, if the scope is not complex.

* \#2200 Mass assignment security now mirrors Rails 4's behavior.
`without_protection` option was also removed.
`attr_accessible` class method was removed.
Mongoid and Strong parameters should work fine for mass assignment protection.

* `delete_all` and `destroy_all` no longer take a `:conditions` hash but
just the raw attributes.
Expand Down

0 comments on commit f1105a0

Please sign in to comment.