Closed jeroenvisser101 closed 8 years ago
Strong parameters are not a Hash anymore in Rails 5, but support transforming into a hash. Fixes #211.
I'll try to submit some tests for this too.
I took out the rails5? condition to make the behavior more predictable.
rails5?
Thank you :)
👍
Strong parameters are not a Hash anymore in Rails 5, but support transforming into a hash. Fixes #211.