Hi folks, i have 2 domains (a.com and b.com) using the same application. However, I would need them to point to different routes.
a.com should use the action: /home/a_index
b.com should use the action: /home/b_index
What is the right way to handle this in rails?