Listing image_versions

<% @image_versions.each do |image_version| %> <% end %>
<%= link_to 'Show', image_version %> <%= link_to 'Edit', edit_image_version_path(image_version) %> <%= button_to 'Delete', image_version_path(image_version), :method => :delete %>

<%= link_to 'New Image version', new_image_version_path %>