method

wrap_routes

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