method

member_path

member_path()
public

No documentation available.

# File actionpack/lib/action_controller/resources.rb, line 88
      def member_path
        @member_path ||= "#{path}/:id"
      end