# File lib/couchrest/model/persistence.rb, line 85
      def update_attributes(hash)
        update_attributes_without_saving hash
        save
      end