mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 13:41:42 +08:00
init project
This commit is contained in:
4
app/models/pull_request_assign.rb
Normal file
4
app/models/pull_request_assign.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class PullRequestAssign < ApplicationRecord
|
||||
belongs_to :user
|
||||
belongs_to :pull_request
|
||||
end
|
||||
Reference in New Issue
Block a user