Listing rogue_planets

<% @rogue_planets.each do |rogue_planet| %> <% end %>
Name
<%= rogue_planet.name %> <%= link_to 'Show', rogue_planet %> <%= link_to 'Edit', edit_rogue_planet_path(rogue_planet) %> <%= link_to 'Destroy', rogue_planet, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Rogue planet', new_rogue_planet_path %>