Add rss2_id

This commit is contained in:
chiu 2026-05-20 06:52:42 +00:00
parent dd83b8ef70
commit de2f164c87
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class Certificate
field :issued_by
field :acquired_date, type: Date
field :title, as: :slug_title, type: String, localize: true
field :rss2_id
belongs_to :member_profile