method

partitioned_routes

partitioned_routes()
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/router.rb, line 86
        def partitioned_routes
          routes.partition { |r|
            r.path.anchored && r.ast.grep(Nodes::Symbol).all? { |n| n.default_regexp?  }
          }
        end