method
action_path
action_path(name)
private
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1797 def action_path(name) @scope[:path_names][name.to_sym] || name end