Listing namespaced_whizzers

<% @namespaced_whizzers.each do |namespaced_whizzer| %> <% end %>
Permalink
<%= namespaced_whizzer.permalink %> <%= link_to 'Show', namespaced_whizzer %> <%= link_to 'Edit', edit_namespaced_whizzer_path(namespaced_whizzer) %> <%= link_to 'Destroy', namespaced_whizzer, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Whizzer', new_namespaced_whizzer_path %>