method

compute_attributes

compute_attributes(keys)
private

No documentation available.

# File activesupport/lib/active_support/current_attributes.rb, line 199
      def compute_attributes(keys)
        keys.collect { |key| [ key, public_send(key) ] }.to_h
      end