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