method
_update_row
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Persistence
_update_row(attribute_names, attempted_action = "update")private
No documentation available.
# File activerecord/lib/active_record/persistence.rb, line 695
def _update_row(attribute_names, attempted_action = "update")
self.class._update_record(
attributes_with_values(attribute_names),
self.class.primary_key => id_in_database
)
end