HashieForbiddenAttributes

April 10, 2018 ยท View on GitHub

Build Status Gem Version

ForbiddenAttributesProtection

If you're using Rails 4 strong parameters, you will get a ForbiddenAttributesProtection exceptions when mass-assigning attributes. This gem allows mass assignment. It prevents Mash from responding to :permitted? and therefore triggering this behavior in ForbiddenAttributesProtection.

License

This project rocks and uses MIT-LICENSE.

Contents

  1. 1ForbiddenAttributesProtection
  2. 2License