module ActionDispatch::Routing::Mapper::Resources

def using_match_shorthand?(path)

def using_match_shorthand?(path)
  %r{^/?[-\w]+/[-\w/]+$}.match?(path)
end