Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
how did that get back in there?
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lyon committed Mar 24, 2010
1 parent 39eb712 commit 67f9442
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/couch_db.rb
Expand Up @@ -3,7 +3,6 @@ module CouchDB
extend self

def run(command=[])
log(command)
begin
cmd = command.shift
case cmd
Expand All @@ -29,8 +28,4 @@ def run(command=[])
end
end

def error(err, msg)
["error", err, msg]
end

end
6 changes: 6 additions & 0 deletions lib/couch_db/templates.rb
@@ -0,0 +1,6 @@
require 'mustache'
module CouchDB
class Template < Mustache

end
end

0 comments on commit 67f9442

Please sign in to comment.