method
path
rails 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