method
optimized_path
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Journey::Route
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