instance method
attributes_with_values_for_create
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v5.2.8.1 PrivateSignature
attributes_with_values_for_create(attribute_names)
No documentation comment.
Parameters
-
attribute_namesreq
Source
# 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
Defined in activerecord/lib/active_record/attribute_methods.rb line 455
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::AttributeMethods