I am using Paperclip (w/ Amazon s3) on Rails 3. I want to delete an existing attachment without replacing it using an update action.
I\'ve only foun
remember to add this to your Page model too:
attr_accessible :image_delete