I'm quite noob in this:
Question part 1: As I understand then FirstSubdomain class can be used to enable second level subdomains, but where and how should I declare it to enable it?
Question part 2: If you make a new schema with Apartment like this:
Apartment::Tenant.create 'newtenant'
then it gives you also a subdomain like newtenant.myapp.com
. Is there a way to create 2nd level subdomains straight from the console or do I get something very wrong?