You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2017. It is now read-only.
In Rails 4.X this is fixed:
Rails 3.1 with strong_parameters
This is caused by this line. As the array returned is no longer the same object (verified by calling #object_id).
I'm currently working on a fix, but I figured I should create an issue so others can know about this.
I have failing test here
The text was updated successfully, but these errors were encountered: