method
routes
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::Request
routes()public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 135
def routes # :nodoc:
get_header("action_dispatch.routes".freeze)
end