method
wrap_routes
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Routing::RoutesInspector
wrap_routes(routes)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 111
def wrap_routes(routes)
routes.routes.map { |route| RouteWrapper.new(route) }.reject(&:internal?)
end