Flowdock
method

_update_row

Importance_0
v6.1.3.1 - 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 890
    def _update_row(attribute_names, attempted_action = "update")
      self.class._update_record(
        attributes_with_values(attribute_names),
        @primary_key => id_in_database
      )
    end
Register or log in to add new notes.