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
/j/e
/javascripts/embed.js
Rig
You can make the root path redirect to an external website:
root to: redirect('https://www.lucascaton.com.br/en')