Listing speech_balloons

<% @speech_balloons.each do |speech_balloon| %> <% end %>
id Name Tail count size count t created_at updated_at
<%= link_to speech_balloon.id, :action => :browse, :id => speech_balloon.id %> <%= h speech_balloon.name %> <%= speech_balloon.tail_count %> <%= speech_balloon.size_count %> <%= speech_balloon.t %> <%= speech_balloon.created_at %> <%= speech_balloon.updated_at %> <%= link_to 'Destroy', speech_balloon, confirm: 'Are you sure?', method: :delete %>