mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 19:53:05 +08:00
5 lines
127 B
Ruby
5 lines
127 B
Ruby
class ForgeActivity < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :project
|
|
belongs_to :forge_act, polymorphic: true
|
|
end |