method
action_path
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping::Scoping::Resources
action_path(name)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1802
def action_path(name)
@scope[:path_names][name.to_sym] || name
end