aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/mass_assignment_security/permission_set.rb
Commit message (Collapse)AuthorAgeFilesLines
* MassAssignmentSecurity: add ability to specify your own sanitizerBogdan Gusiev2011-05-261-4/+4
| | | | | | Added an ability to specify your own behavior on mass assingment protection, controlled by option: ActiveModel::MassAssignmentSecurity.mass_assignment_sanitizer
* Add missing require to use SetSantiago Pastorino2010-07-111-1/+2
|
* Change documentation for ActiveModel::MassAssignmentSecurity a bit and make ↵José Valim2010-07-081-6/+4
| | | | debug always be called since some people may overwrite warn! to add extra behavior even if logger is not available.
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-0/+41
Signed-off-by: José Valim <jose.valim@gmail.com>