method

arel_attributes_with_values_for_update

arel_attributes_with_values_for_update(attribute_names)
protected

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 420
    def arel_attributes_with_values_for_update(attribute_names) # :nodoc:
      arel_attributes_with_values(attributes_for_update(attribute_names))
    end