method
arel_attributes_with_values_for_update
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
arel_attributes_with_values_for_update(attribute_names)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 408
def arel_attributes_with_values_for_update(attribute_names)
arel_attributes_with_values(attributes_for_update(attribute_names))
end