Skip to content

Replace match via get with get on routes

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