instance method
compute_attributes
Ruby on Rails 7.1.6
Since v5.2.8.1 Last seen in v7.1.6 PrivateSignature
compute_attributes(keys)
No documentation comment.
Parameters
-
keysreq
Source
# File activesupport/lib/active_support/current_attributes.rb, line 231
def compute_attributes(keys)
keys.index_with { |key| public_send(key) }
end
Defined in activesupport/lib/active_support/current_attributes.rb line 231
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::CurrentAttributes