mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 02:05:58 +08:00
FIX 完善ci服务的解绑流程
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class Ci::Perm < Ci::RemoteBase
|
||||
belongs_to :user, foreign_key: :perm_user_id
|
||||
self.primary_key = nil
|
||||
|
||||
belongs_to :ci_user, class_name: 'Ci::User', foreign_key: :perm_user_id
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user