Post | Commenter | Body | |||
---|---|---|---|---|---|
<%=h comment.post_id %> | <%=h comment.commenter %> | <%=h comment.body %> | <%= link_to 'Show', comment %> | <%= link_to 'Edit', edit_comment_path(comment) %> | <%= link_to 'Destroy', comment, :confirm => 'Are you sure?', :method => :delete %> |