Flowdock
method

nesting_path_prefix

Importance_0
v3.0.7 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::DeprecatedMapper::Resource
nesting_path_prefix() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/deprecated_mapper.rb, line 266
        def nesting_path_prefix
          @nesting_path_prefix ||= "#{shallow_path_prefix}/#{path_segment}/:#{singular}_id"
        end
Register or log in to add new notes.