# File lib/couchrest/more/extended_document.rb, line 117
    def update_attributes(hash)
      update_attributes_without_saving hash
      save
    end