Listing speach_balloons

<% @speach_balloons.each do |speach_balloon| %> <% end %>
Name Tail count size count t
<%= h speach_balloon.name %> <%= speach_balloon.tail_count %> <%= speach_balloon.size_count %> <%= speach_balloon.t %> <%= link_to 'show', speach_balloon %> <% if admin_signed_in? -%> <%= link_to 'Destroy', speach_balloon, confirm: 'Are you sure?', method: :delete %> <% end -%>