Skip to content

Instantly share code, notes, and snippets.

@esparkman
Created September 2, 2010 19:16
Show Gist options
  • Save esparkman/562787 to your computer and use it in GitHub Desktop.
Save esparkman/562787 to your computer and use it in GitHub Desktop.
<% @project.photos.each do |photo| %>
<p><%= image_tag(photo.data(:thumb)) %></p><%= link_to 'Delete', photo, :class => 'remote-delete' %>
<% end %>
Gives this => undefined method `photo_path' for #<#<Class:0xa2cd940>:0xa2cc9b4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment