method

attributes_with_values_for_update

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