Listing posts

<% @posts.each do |post| %> <%= voting_for post %> <% end %>
Title
<%= post.title %>

<%= link_to 'New Post', new_post_path %>