ruby-protected-attributes

Protect attributes from mass assignment in Active Record models
  https://github.com/rails/protected_attributes
  0
  no reviews



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.