method
_update_record
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
_update_record(*)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 126
def _update_record(*)
partial_writes? ? super(keys_for_partial_write) : super
end