Rails route: redirect to external url -


this question has answer here:

how can redirect home root external url? have backend website , want redirect index website (and on domain).

i'm using rails 4:

root to: redirect('http:xxxx') 

works?

the following line redirect external url.

root to: redirect("http://www.stackoverflow.com/") 

Comments

Popular posts from this blog

xslt - Substring before throwing error -

c# - Call C++ Native DLL in Managed Code -

Google Cloud Bigtable Durability/Availability Guarantees -