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