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