method
path
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::DeprecatedMapper::Resource
path()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/deprecated_mapper.rb, line 248
def path
@path ||= "#{path_prefix}/#{path_segment}"
end