Listing comments

<% @comments.each do |comment| %> <% end %>
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 %>

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