Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Gareth McDonald
Gareth McDonald
15,198 Points

Ruby on Rails belongs_to 2 different associations?

I am working on associations on my Rails project and one of my tables I would like to set up with 2 belongs to associations, and I am not sure if that is possible. Basically I am making an app to talk about the outfits worn on TV Shows, I basically want an outfit to belong_to actor and belong_to episode.

1 Answer

Neil Northrop
Neil Northrop
5,095 Points

http://stackoverflow.com/questions/3911890/rails-belongs-to-many-models

Looks like he pluralized the two belong_to with both models.

Hope that helps.