# File lib/couchrest/more/extended_document.rb, line 60
    def self.create(options)
      instance = new(options)
      instance.create
      instance
    end