method

_update_record

_update_record(*)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 133
        def _update_record(*)
          affected_rows = partial_writes? ? super(keys_for_partial_write) : super
          changes_applied
          affected_rows
        end