method
each
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Journey::Routes
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 33
def each(&block)
routes.each(&block)
end