Module Routing
Models routing configuration specified using the ActionDispatch library, which is part of Rails.
Import path
import codeql.ruby.frameworks.actiondispatch.internal.RoutingPredicates
| underscore | Convert a camel-case string to underscore case. Converts |
Classes
| Route | A route configuration. This defines a combination of HTTP method and URL path which should be routed to a particular controller-action pair. This can arise from an explicit call to a routing method, for example: |