mirror of
https://github.com/github/codeql.git
synced 2026-01-25 04:12:58 +01:00
Make ActionDispatch::Route into a private class ActionDispatch::RouteImpl, defining a new class Route which exposes the necessary public API from RouteImpl. Also rename getHTTPMethod to getHttpMethod.