# File lib/couch_potato.rb, line 62
  def self.couchrest_database_for_name!(database_name)
    CouchRest.database!(full_url_to_database(database_name))
  end