Is it possible to do a redirect in the routes file of a Rails app?
Specifically, I'd like to forward /j/e
to /javascripts/embed.js
Right now the only way I can think to do it is to create a j
controller with an e
method that redirects to that.