method

optimized_path

rails latest stable - Class: ActionDispatch::Journey::Route

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

optimized_path()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/route.rb, line 82
      def optimized_path
        Visitors::OptimizedPath.new.accept(path.spec)
      end