Listing speach_balloons

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