Add models to represent "Collections" (#36977)

This commit is contained in:
David Roetzel
2025-11-21 11:28:23 +01:00
committed by GitHub
parent cfa4f402ef
commit 7ffa5fa0c4
12 changed files with 291 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ module Account::Associations
has_many :account_warnings
has_many :aliases, class_name: 'AccountAlias'
has_many :bookmarks
has_many :collections
has_many :collection_items
has_many :conversations, class_name: 'AccountConversation'
has_many :custom_filters
has_many :favourites