Listing photo_dbs

<% for photo_db in @photo_dbs %> <% end %>
Image filename Image width Image height Image file data
<%=h photo_db.image_filename %> <%=h photo_db.image_width %> <%=h photo_db.image_height %> <%=h photo_db.image_file_data %> <%= link_to 'Show', photo_db %> <%= link_to 'Edit', edit_photo_db_path(photo_db) %> <%= link_to 'Destroy', photo_db, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New photo_db', new_photo_db_path %>