Logan Capaldo wrote: > On Aug 15, 2006, at 11:09 AM, Dr Nic wrote: > >> >> has_many >> :through behave the same to the Person object if you send it the >> groups >> method. >> >> Nic >> >> -- >> Posted via http://www.ruby-forum.com/. >> > > Yeah they behave the same, but sometimes you don't want the overhead > of creating a model just so AR is satisfied ;) This might just be sacrifice of using the MMs. I'm not sure there's a way to know to create just a HABTM when you might need a has_many :through; the latter being more general and powerful. The triggering logic would be the same. :( -- Posted via http://www.ruby-forum.com/.