mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 14:59:51 +08:00
init project
This commit is contained in:
5
app/models/project_trend.rb
Normal file
5
app/models/project_trend.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ProjectTrend < ApplicationRecord
|
||||
belongs_to :project
|
||||
belongs_to :trend, polymorphic: true, optional: true
|
||||
belongs_to :user
|
||||
end
|
||||
Reference in New Issue
Block a user