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