Samuel Poirier

Results 1 issues of Samuel Poirier

I've tested a simple scenario with two models `Dog` and `Bone` (many-to-many association) and I can't get it to rollback. Here are my two models: ``` /////////////////// // Dog.js ///////////////////...