Currently you have to manually add relations such as
has_many :animals, dependent: :destroy
for all tenanted models to tenant.rb
.
Idea: Extend milia to automatically add
has_many :my_tenanted_model, dependent: destroy
associations for all tenenated models.
Does anybody have an opinion on this?