ports/devel/rubygem-protected_attributes/pkg-descr
Sunpoet Po-Chuan Hsieh 1db411919b - Add rubygem-protected_attributes 1.1.3
Protect attributes from mass-assignment in Active Record models.

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.

Note: This plugin will be officially supported until the release of Rails 5.0.

WWW: https://github.com/rails/protected_attributes
2015-09-20 20:15:30 +00:00

8 lines
341 B
Text

Protect attributes from mass-assignment in Active Record models.
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.
Note: This plugin will be officially supported until the release of Rails 5.0.
WWW: https://github.com/rails/protected_attributes