instance method assign_attributes

Ruby on Rails 7.1.6

Since v5.2.8.1 Last seen in v7.1.6 Private

Available in: v5.2.8.1 v6.0.6 v6.1.7.10 v7.0.10 v7.1.6

Signature

assign_attributes(new_attributes)

No documentation comment.

Parameters

new_attributes req
Source
# File activesupport/lib/active_support/current_attributes.rb, line 227
      def assign_attributes(new_attributes)
        new_attributes.each { |key, value| public_send("#{key}=", value) }
      end

Defined in activesupport/lib/active_support/current_attributes.rb line 227 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::CurrentAttributes

Type at least 2 characters to search.

↑↓ navigate · open · esc close