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 Private

Signature

attributes_with_values_for_create(attribute_names)

No documentation comment.

Parameters

attribute_names req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close