Skip to content

Replace match via get with get on routes

gitlab-qa-bot requested to merge github/fork/cirosantilli/get-instead-match into master

Created by: cirosantilli

Shorter, matches the style of the rest of the routes, and match raises red flags for me because of the possibility of routing multiple methods to a single action with it: http://guides.rubyonrails.org/routing.html#http-verb-constraints

Merge request reports