rails / protected_attributes

Protect attributes from mass-assignment in ActiveRecord models.
MIT License
228 stars 92 forks source link

Fix Deprection typo #76

Closed Arie closed 9 years ago

Arie commented 9 years ago

The deprecation warning has a typo, causing an exception instead of the deprecation warning to display.

rafaelfranca commented 9 years ago

Thanks