method

arel_attributes_with_values_for_create

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.1.7) is shown here.

arel_attributes_with_values_for_create(attribute_names)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 404
      def arel_attributes_with_values_for_create(attribute_names)
        arel_attributes_with_values(attributes_for_create(attribute_names))
      end