# File lib/couchrest/mixins/extended_attachments.rb, line 16
      def read_attachment(attachment_name)
        Base64.decode64(database.fetch_attachment(self, attachment_name))
      end