<%= @comments.count %> comments

<% @comments.each do |comm| %> <% end %>
"><%= comm.id %> <%= comm.author_name %> <%= comm.author_email %> <%= comm.author_url %> <%= comm.content[0..50] + '...' %>