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