# File lib/paperclip/attachment.rb, line 231
    def destroy
      unless @options[:preserve_files]
        clear
        save
      end
    end