Module: AppMap::Rails::ActionHandler::ContextKey

Included in:
HTTPServerRequest, HTTPServerResponse
Defined in:
lib/appmap/rails/action_handler.rb

Instance Method Summary collapse

Instance Method Details

#context_keyObject



7
8
9
# File 'lib/appmap/rails/action_handler.rb', line 7

def context_key
  "#{HTTPServerRequest.name}#call"
end