I have a rails application where clients can create their own environment.
For example a client gets his own environment at a subdomain: client.domain.com
But I want them to be able to map their own domain to the subdomain from my domain
How do I do this?
Thank you!