mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-20 20:28:03 -05:00
In light of recent discussions around mass assignment security and the alternate solution of using the controller to filter params, not the model, a hook/helper is needed to be able to override how the params are filtered before they are used to build the resource.