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 — implementation detail, not part of the public API

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.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close