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