Member predicate ActionDispatch::Routing::Route::getACapture
Get a URL capture. This is a wildcard URL segment whose value is placed in params.
For example, in
get "/foo/:bar/baz", to: "users#index"
the capture is :bar.
Get a URL capture. This is a wildcard URL segment whose value is placed in params.
For example, in
get "/foo/:bar/baz", to: "users#index"
the capture is :bar.