Add published_at attribute to preview cards (#26153)

This commit is contained in:
Eugen Rochko
2023-07-25 13:40:35 +02:00
committed by GitHub
parent 49d2e8979f
commit 7bd8ef355c
5 changed files with 225 additions and 221 deletions

View File

@@ -30,6 +30,7 @@
# max_score_at :datetime
# trendable :boolean
# link_type :integer
# published_at :datetime
#
class PreviewCard < ApplicationRecord