match(path, *rest, &block)
public

Matches a URL pattern to one or more routes. For more information, see [match](rdoc-ref:Base#match).

match 'path', to: 'controller#action', via: :post
match 'path', 'otherpath', on: :member, via: :get