huerlisi/bookyt

There should be no Tenant list link as the Tenant model is singleton

huerlisi opened this issue · 1 comments

We only have a single tenant in the application, so we should not create a link to the tenant index in the tenant view.

This is the normal Tenant model, not Admin::Tenant which we can have multiple.

Fixed in #60