Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-protected-attributes
Protect attributes from mass assignment in Active Record models
https://github.com/rails/protected_attributes
0
no reviews
Install
This plugin adds the class methods `attr_accessible` and `attr_protected` to your models to be able to declare white or black lists of attributes, avoiding attacks by parameter injection against Rails applications.