Listing speeches

<% @speeches.each do |speech| %> <% end %>
id speech_balloon_id content x y Width Height settings created_at updated_at
<%= speech.id %> <%= link_to speech.speech_balloon_id, :controller => 'speech_balloons', :action => :browse, :id => speech.speech_balloon_id %> <%= h speech.content %> <%= speech.x %> <%= speech.y %> <%= speech.width %> <%= speech.height %> <%= speech.settings %> <%= speech.created_at %> <%= speech.updated_at %>