[Rails] Re: Why doesn't collection=objects on has_many :through trigger destroy callbacks on the join model?

2015-12-17 Thread Eric Krause
I responded on stackoverflow, but I'll do here as well so that it is covered everywhere on the internet. In my case I was doing something similar to what you were doing and was running into the same issue with the join table being deleted instead of destroyed. I started looking through the

Re: [Rails] Re: Why doesn't collection=objects on has_many :through trigger destroy callbacks on the join model?

2015-12-17 Thread Eric Krause
t; Brendon > > On Friday, December 18, 2015 at 6:23:50 AM UTC+13, Eric Krause wrote: >> >> I responded on stackoverflow, but I'll do here as well so that it is >> covered everywhere on the internet. >> >> In my case I was doing something similar to what you wer