instance method
_update_record
Ruby on Rails 5.1.7
Since v5.1.7 Private — implementation detail, not part of the public APISignature
_update_record(*)
No documentation comment.
Parameters
-
argsrest
Source
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 292
def _update_record(*)
partial_writes? ? super(keys_for_partial_write) : super
end
Defined in activerecord/lib/active_record/attribute_methods/dirty.rb line 292
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::AttributeMethods::Dirty