Actions
Bug #11818
closedUpdate match routes to GET
Description
Some of our routes use match when they really mean just 'get'. Rails 4 forces us to choose a verb, and we can do this already on Rails 3.
Actions
Description
Some of our routes use match when they really mean just 'get'. Rails 4 forces us to choose a verb, and we can do this already on Rails 3.