I've just create a new app with users (devise) and a model entreprise (a user could have many entreprise). This model entreprise has an attribute called subdomain. Each subdomain will have a tenant in Apartment
I would not like to create the tenant when user create Entreprise. I would like to have a listing views of Entreprise"In this view there should be a button to create tenant (after checking if tenant does not already exists).
thanks for your help as I m newbie in rails...