Look up a Rails HTTP Status Code
308 - Permanent Redirect
Rails HTTP Status code
:permanent_redirect
When to use status code 308
The request, and all future requests should be repeated using another URI. 307 and 308 parallel the behaviours of 302 and 301, but do not allow the HTTP method to change. So, for example, submitting a form to a permanently redirected resource may continue smoothly.