instance method
compute_attributes
Ruby on Rails 6.0.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 199
def compute_attributes(keys)
keys.collect { |key| [ key, public_send(key) ] }.to_h
end
Defined in activesupport/lib/active_support/current_attributes.rb line 199
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::CurrentAttributes