aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/loose_person.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added assign_attributes to Active Record which accepts a mass-assignment ↵Josh Kalderimis2011-04-241-24/+0
| | | | security scope using the :as option, while also allowing mass-assignment security to be bypassed using :with_protected
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-0/+24
Signed-off-by: José Valim <jose.valim@gmail.com>