From: Phrogz Date: 2007-11-21T23:05:13+09:00 Subject: Re: AR: many to many with attributes On Nov 19, 10:13 am, Christian Kerth wrote: > Hey i have the following SQL Database Structure: > > |books| > ------ > id > author > > |books_languages| > ---------------- > book_id > language_id > book_title > > |languages| > ----------- > languages_id > langcode > > I have ActiveRecord set up with has_many through and it sheems to work. > > But how do i query the book_title of a certain book??? 1) Do your models look like this: http://matthewman.net/2006/01/06/rails-activerecord-goes-through/ 2) This is a rails question, not a Ruby one. Try the rails list.