method

attributes_with_values_for_update

rails latest stable - Class: ActiveRecord::AttributeMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

attributes_with_values_for_update(attribute_names)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 459
      def attributes_with_values_for_update(attribute_names)
        attributes_with_values(attributes_for_update(attribute_names))
      end