Listing stars

<% @stars.each do |star| %> <% end %>
Name
<%= star.name %> <%= link_to 'Show', star %> <%= link_to 'Edit', edit_star_path(star) %> <%= link_to 'Destroy', star, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New Star', new_star_path %>