action_path(name)
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1836 def action_path(name) @scope[:path_names][name.to_sym] || name end