Flowdock
method

nesting_path_prefix

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::Resources::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_controller/resources.rb, line 92
      def nesting_path_prefix
        @nesting_path_prefix ||= "#{path}/:#{singular}_id"
      end
Register or log in to add new notes.