You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Clean up tenant references
Clean up any generated belongs_to tenant references in all models which the generator might have generated (both acts_as_tenant and acts_as_universal)."
In my member.rb Model, generator created belongs_to :user and acts_as_tenant.
Question: Do I need to delete both these (belongs_to :user and acts_as_tenant) from my member.rb model? Want to be 100% sure to avoid big issues down the road! Also, if need to be deleted, why did Generator create them in the first place? Thanks!
The text was updated successfully, but these errors were encountered:
README suggests the following:
"Clean up tenant references
Clean up any generated belongs_to tenant references in all models which the generator might have generated (both acts_as_tenant and acts_as_universal)."
In my member.rb Model, generator created belongs_to :user and acts_as_tenant.
Question: Do I need to delete both these (belongs_to :user and acts_as_tenant) from my member.rb model? Want to be 100% sure to avoid big issues down the road! Also, if need to be deleted, why did Generator create them in the first place? Thanks!
The text was updated successfully, but these errors were encountered: