method

using_match_shorthand?

using_match_shorthand?(path, options)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1523
        def using_match_shorthand?(path, options)
          path && (options[:to] || options[:action]).nil? && path =~ %{^/?[-\w]+/[-\w/]+$}
        end