method
path
v2.3.8 -
Show latest stable
- Class:
ActionController::Resources::Resource
path()public
No documentation available.
# File actionpack/lib/action_controller/resources.rb, line 83
def path
@path ||= "#{path_prefix}/#{path_segment}"
end