% title "Photo" %>
Path: <%=h @photo.path %>
Url: <%=h @photo.url %>
<%= link_to "Edit", edit_photo_path(@photo) %> | <%= link_to "Destroy", @photo, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", photos_path %>