<%= notice %>

<% content_for :title, "Turns" %>

Turns

<% @turns.each do |turn| %> <%= turn.id %> <%= turn.game_id %> <%= turn.number %> <%= turn.phase %>

<%= link_to "Show this turn", turn %>

<% end %>
<%= link_to "New turn", new_turn_path %>