I'm on abc.domainname.com
Now in any action
I want to redirect to a page domainname.comwithout a subdomain.
How can i do this?
I tried how index_path(:subdomain => false).
If I am hardcode like redirect_to("http://domainname.com"). Then it works.
source
share