0
0
Fork 0

Add trend management to admin API (#24257)

This commit is contained in:
Robert R George 2023-04-18 02:33:30 -07:00 committed by GitHub
parent 1153531e92
commit 4db8230194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 419 additions and 12 deletions

View file

@ -18,6 +18,7 @@
#
class PreviewCardProvider < ApplicationRecord
include Paginable
include DomainNormalizable
include Attachmentable