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