Files
nairobi/app/controllers
Javi Martín 941fc76884 Remove unused query parameters in redirect
These actions are never called with query parameters in our application,
so there's no need to use these parameters in a redirect.

Note in the test I'm using the `get` method because the `patch` method
wouldn't send query parameters. This doesn't mean the action can be
accessed through GET requests, since controller tests don't check route
verbs.
2019-11-12 19:27:58 +01:00
..
2019-11-10 00:34:40 +01:00
2019-11-06 00:04:02 +01:00
2019-10-30 18:48:55 +01:00
2019-11-09 19:33:02 +01:00