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