mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 07:38:07 -05:00
There is a discrepancy between rails' strong_parameter implementation, and the strong_parameter gem's[0]. While this is obviously a problem with the other gem, it doesn't hurt to explicitly splat the parameters. [0]: https://github.com/rails/strong_parameters/pull/170