When signing in from a page containing GET params, like `/budgets/1/investments?heading_id=4`, we were redirected to a URL without those GET params; in this case, `/budgets/1/investments`. Using the request fullpath, as recommended in the devise documentation, keeps these parameters when redirecting.