I have group memberships modeled in a HMT relationship. My problem is, when a member is removed from a group, the relationship is not deleted, but the userid is merely set to 0. http://pastie.caboo.se/52837 Which makes me realize that I haven''t declared :dependent => :destroy in any of my relationships: http://pastie.caboo.se/52842 Is this possible with HTM? Sure, I could have the relationship destroyed if either of the two objects are destroyed. But what I also need is for the relationship to be destroyed if either of the object leave it. There must be a common solution for this? Thanks! -- John Joseph Bachir http://lyceum.ibiblio.org http://blog.johnjosephbachir.org aim/yim/msn/jabber.org/gtalk: johnjosephbachir 713-494-2704 http://jjb.cc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---