:include confused by true?

Well there are two separate tables guest and rsvp that are associated. I want the guests who have rsvp entries of true. So I wanted to include the rsvp table and look at the coming column there.

I've done similar before with a course table and a department table where I did a find on the name of the dept. Did I just get really lucky there and find an odd bug?

com/.

Well there are two separate tables guest and rsvp that are associated. I want the guests who have rsvp entries of true. So I wanted to include the rsvp table and look at the coming column there.

I've done similar before with a course table and a department table where I did a find on the name of the dept. Did I just get really lucky there and find an odd bug?

Well you've got your answer, but just to get things straight you used to (before rails 2.1) be able to get away with not fully qualifying the column name which is probably why you remember this working.

Fred

Thanks Fred,

That does explain things, my own laziness in the past did me in.