mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 00:06:01 +08:00
7 lines
137 B
Ruby
7 lines
137 B
Ruby
class Ci::Perm < Ci::RemoteBase
|
|
self.primary_key = nil
|
|
|
|
belongs_to :ci_user, class_name: 'Ci::User', foreign_key: :perm_user_id
|
|
|
|
end
|