I'll try to explain this as best as I can... I have an Assignment and User model, with users having many assignments and the assignment belonging to a user. But, along with assignments having one owner, I'd like for assignments to have multiple "secondary" owners, through the use of "has_many :through => assignments_users". Is this possible? I tried to implement this but I got an error saying an assignment with the user id of 1 can't be found, when there were assignments with the user_id as 1, but it was looking through the assignments_users table. Thanks!
-- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

