aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/deprecated_mass_assignment_security_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated attr_protected/accessibleŁukasz Strzałkowski2013-06-271-16/+0
| | | | Rails 4.0 has removed attr_protected and attr_accessible feature in favor of Strong Parameters.
* attr_accessible and attr_protected raise an exception pointing to use plugin ↵Guillermo Iguaran2012-09-161-0/+16
or new protection model