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