mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 19:53:05 +08:00
4 lines
86 B
Ruby
4 lines
86 B
Ruby
class UserInterest < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :repertoire
|
|
end |