method
route=
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Request
route=(route)public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 169
def route=(route) # :nodoc:
@env["action_dispatch.route"] = route
end