method
route=
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Ast
route=(route)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 34
def route=(route)
terminals.each { |n| n.memo = route }
end