Add RankedTrend concern for trends classes (#29388)

This commit is contained in:
Matt Jankowski 2024-02-26 08:45:39 -05:00 committed by GitHub
commit 8429d07454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 4 deletions

View file

@ -14,6 +14,8 @@
#
class StatusTrend < ApplicationRecord
include RankedTrend
belongs_to :status
belongs_to :account