aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/visitor.rb
Commit message (Collapse)AuthorAgeFilesLines
* Override attributes_protected_by_default when has_secure_password is called.Tsutomu Kuroda2011-02-091-0/+9
attr_protected should not be called, because it nullifies the mass assignment protection that has been set by attr_accessible. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>