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