method

compute_attributes

compute_attributes(keys)
private

No documentation available.

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