# File lib/couch_potato.rb, line 27
  def self.database
    Thread.current[:__couch_potato_database] ||= Database.new(couchrest_database)
  end