NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
386 stars 49 forks source link

Fix for Rails 5 Strong Parameters #212

Closed jeroenvisser101 closed 8 years ago

jeroenvisser101 commented 8 years ago

Strong parameters are not a Hash anymore in Rails 5, but support transforming into a hash. Fixes #211.

jeroenvisser101 commented 8 years ago

I'll try to submit some tests for this too.

nviennot commented 8 years ago

I took out the rails5? condition to make the behavior more predictable.

Thank you :)

jeroenvisser101 commented 8 years ago

👍