method

_update_row

_update_row(attribute_names, attempted_action = "update")
private

No documentation available.

# File activerecord/lib/active_record/persistence.rb, line 1211
    def _update_row(attribute_names, attempted_action = "update")
      self.class._update_record(
        attributes_with_values(attribute_names),
        _query_constraints_hash
      )
    end