method
arel_attributes_with_values_for_create
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
arel_attributes_with_values_for_create(attribute_names)protected
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 360
def arel_attributes_with_values_for_create(attribute_names) # :nodoc:
arel_attributes_with_values(attributes_for_create(attribute_names))
end