method
_update_row
v6.1.7.7 -
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 890
def _update_row(attribute_names, attempted_action = "update")
self.class._update_record(
attributes_with_values(attribute_names),
@primary_key => id_in_database
)
end