Having an issue using find and destroying objects with AR 4.2.x where() works in 4.2.x, however find() does not and destroy doesn't remove the object, shows the commit response but the object is still active. I was able to create associations without issues as well, and update() works, however, destroy does not. https://gist.github.com/mvoloz/1758e7f44b2fe3a4f229 Thanks in advance!
Having an issue using find and destroying objects with AR 4.2.x
where() works in 4.2.x, however find() does not and destroy doesn't remove the object, shows the commit response but the object is still active.
I was able to create associations without issues as well, and update() works, however, destroy does not.
https://gist.github.com/mvoloz/1758e7f44b2fe3a4f229
Thanks in advance!