# File lib/couchrest/model/extended_attachments.rb, line 22
      def read_attachment(attachment_name)
        database.fetch_attachment(self, attachment_name)
      end