on the show page for route article/article_id, you coded a call to the comments controller index action to iterate through all the associated comments.
how do you code the show, edit, update actions in the article controller for individual line item comment manipulation?
Nevermind, figured it out this morning.
on the show page for route article/article_id, you coded a call to the comments controller index action to iterate through all the associated comments.
how do you code the show, edit, update actions in the article controller for individual line item comment manipulation?