# File lib/couch_potato.rb, line 57
  def self.couchrest_database_for_name(database_name)
    CouchRest.database(full_url_to_database(database_name, CouchPotato::Config.database_host))
  end