Listing comments

<% for comment in @comments %> <% end %>
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 %>

<%= link_to 'New comment', new_object_url%>