Add RankedTrend
concern for trends classes (#29388)
This commit is contained in:
parent
98e3dc2578
commit
8429d07454
5 changed files with 37 additions and 4 deletions
|
@ -14,6 +14,8 @@
|
|||
#
|
||||
|
||||
class StatusTrend < ApplicationRecord
|
||||
include RankedTrend
|
||||
|
||||
belongs_to :status
|
||||
belongs_to :account
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue