method
_update_row
v7.1.3.2 -
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 1211
def _update_row(attribute_names, attempted_action = "update")
self.class._update_record(
attributes_with_values(attribute_names),
_query_constraints_hash
)
end