method

_update_row

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Persistence
_update_row(attribute_names, attempted_action = "update") private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/persistence.rb, line 884
      def _update_row(attribute_names, attempted_action = "update")
        self.class._update_record(
          attributes_with_values(attribute_names),
          _query_constraints_hash
        )
      end
Register or log in to add new notes.