Does anybody have any good resouces to wrap my head around the concept of adding different parts of one model to the index on another model.
Ex. I would like to add upvote(like) to each post on the index page.
Ex. I would like to add the comment form attached to each post on the index page.
I can do all this on the show page, but can I do it on the index page?