Phoenix Route redirecting from /users to /users/

Phoenix ignores the trailing slash when matching but it should not remove them when generating a route. So if you do something like redirect conn, to: "/users/", then it should work.