hackhowtofaq / multiple_file_upload_paperclip_rails

http://www.railscook.com/recipes/multiple-files-upload-with-nested-resource-using-paperclip-in-rails/
49 stars 26 forks source link

Editing an image/Setting Cover image #2

Open davidpatters0n opened 9 years ago

davidpatters0n commented 9 years ago

Have some trouble when trying to edit a particular image pictures/_form.html.erb there are several things that it doesn't seem to like: 1) large.url #This is on the imagetag 2) The hidden field "crop#{attribute}" #where is this being read from. I get that xywh is a string array

Maybe this view is half finished. Please let me know thanks.

hackhowtofaq commented 9 years ago

The truth is that I didn't care for a finished project, just the multiple images upload!

But I will have a look during weekend, Thanks