ga-wdi-exercises / project2

[project]
1 stars 30 forks source link

join table #918

Closed dionadk closed 6 years ago

dionadk commented 6 years ago

hey..I have a question.. can i have a join table like with the following conditions on my model

user has many likes user has many pics

pic belongs to a user pic has many likes

like belongs to a user like belongs to a pic

Can i do this without a through: :like... because i don't want my pic to have many users through like(join table)

superbuggy commented 6 years ago

Ali mentioned she spoke with you yesterday. Closing for now, reopen if necessary.