mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
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
|