Rails route: redirect to external url -
this question has answer here:
- creating rails route external url 2 answers
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
Post a Comment