method
active_key
rails latest stable - Class:
ActiveSupport::ExecutionWrapper
active_key()public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 115
def self.active_key # :nodoc:
@active_key ||= :"active_execution_wrapper_#{object_id}"
end