method
attributes_with_values_for_create
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
attributes_with_values_for_create(attribute_names)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 455
def attributes_with_values_for_create(attribute_names)
attributes_with_values(attributes_for_create(attribute_names))
end