instance method attributes_with_values_for_update

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_update(attribute_names)

No documentation comment.

Parameters

attribute_names req
Source
# File activerecord/lib/active_record/attribute_methods.rb, line 459
      def attributes_with_values_for_update(attribute_names)
        attributes_with_values(attributes_for_update(attribute_names))
      end

Defined in activerecord/lib/active_record/attribute_methods.rb line 459 · 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