When using lvh.me to work with multi-tenancy i'm getting 'lvh' as the subdomain from the request.subdomain
. This means that i get 'test.lvh' as the subdomain from the url 'http://test.lvh.me'
I am using rails s -p 3000 -b lvh.me
as per Using Rails and Puma with subdomains lvh.me?