mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02: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.