mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
3 lines
80 B
Ruby
3 lines
80 B
Ruby
class Role < ApplicationRecord
|
|
has_many :member_roles, dependent: :destroy
|
|
end |