# File lib/couchrest/database.rb, line 307 def fetch_attachment(doc, name) uri = url_for_attachment(doc, name) CouchRest.get uri, :raw => true end