method
route_for
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::Routing::UrlFor
route_for(name, *args)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/url_for.rb, line 192
def route_for(name, *args) # :nodoc:
public_send(:"#{name}_url", *args)
end