From 7d6f3e0ced61657750777f3e9f14f31ec12ee7d5 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Mon, 12 Jan 2009 21:42:31 -0800 Subject: [PATCH] fix conflict markers... --- lib/couchrest/core/model.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/couchrest/core/model.rb b/lib/couchrest/core/model.rb index 3ffac88..dd455b1 100644 --- a/lib/couchrest/core/model.rb +++ b/lib/couchrest/core/model.rb @@ -1,12 +1,9 @@ require 'rubygems' require 'extlib' require 'digest/md5' -<<<<<<< HEAD:lib/couchrest/core/model.rb require File.dirname(__FILE__) + '/document' -======= require 'mime/types' ->>>>>>> CRUD for attachments in CouchRest::Model instance:lib/couchrest/core/model.rb # = CouchRest::Model - ORM, the CouchDB way module CouchRest # = CouchRest::Model - ORM, the CouchDB way