method
reqs
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::Routing::RouteWrapper
reqs()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 44
def reqs
@reqs ||= begin
reqs = endpoint
reqs += " #{constraints}" unless constraints.empty?
reqs
end
end