method
action_path
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Resources
action_path(name, path = nil)protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 877
def action_path(name, path = nil)
path || @scope[:path_names][name.to_sym] || name.to_s
end