Skip to content

Update Grape routes to work with current version of Grape

James Lopez requested to merge fix/grape-routes into master

Previously, it will just print out #<Grape::Router::Route:0x007fc9da373790>

Now it prints the method, route and description (if any).

Merge request reports