We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccad09 commit 11a7c86Copy full SHA for 11a7c86
lib/datadog/appsec/api_security/route_extractor.rb
@@ -40,7 +40,7 @@ module RouteExtractor
40
# "/users/:id(.:format)"
41
# Rails > 8.1.1 (fast path)
42
# uses `action_dispatch.route` to store the ActionDispatch::Journey::Route
43
- # that was found when routing the request
+ # that matched when the request was routed
44
#
45
# WARNING: This method works only *after* the request has been routed.
46
0 commit comments