Fatigue Science

Results 1 issues of Fatigue Science

One issue we encountered was when two routes are pointing to the same Controller method. E.g. ``` GET /api/posts GET /api/users/{user-id}/posts ``` Which point to controller ``` class API::PostsController def...