I'm using the friendlyID rails gem which is working great at generating a new friendly url slug. My issue is that users can still access the original resource path: mydomain.com/movies/2
How would I redirect the original resource path to the new friendly Url?