So let’s say I have Posts and Comments and the url for show is /posts/1/comments/1. I want to create a link to delete that comment in the comments controller destroy method. How do I do that?
So let’s say I have Posts and Comments and the url for show is
Share
in comments controller: