Protect attributes from mass assignment in Active Record models.
gem install protected_attributesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define accessible attributes to protect against mass assignment.
Use strong parameters instead of protected_attributes for new Rails applications.
No dependency data recorded yet.