method

active_key

active_key()
public

No documentation available.

# File activesupport/lib/active_support/execution_wrapper.rb, line 114
    def self.active_key # :nodoc:
      @active_key ||= :"active_execution_wrapper_#{object_id}"
    end