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



11
12
13
# File 'lib/appmap/rails/action_handler.rb', line 11

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