instance method compute_attributes

Ruby on Rails 6.1.7.10

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

compute_attributes(keys)

No documentation comment.

Parameters

keys req
Source
# File activesupport/lib/active_support/current_attributes.rb, line 206
      def compute_attributes(keys)
        keys.index_with { |key| public_send(key) }
      end

Defined in activesupport/lib/active_support/current_attributes.rb line 206 · 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