method

path

rails latest stable - Class: ActionDispatch::Routing::Mapper::Mapping

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

path()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 192
        def path
          Journey::Path::Pattern.new(@ast, requirements, JOINED_SEPARATORS, @anchor)
        end