# File lib/couchrest/mixins/extended_attachments.rb, line 31 def delete_attachment(attachment_name) return unless self['_attachments'] self['_attachments'].delete attachment_name end