Files
gitlink-forgeplus/app/models/mark_file.rb
2022-07-28 16:42:21 +08:00

6 lines
68 B
Ruby

class MarkFile < ApplicationRecord
belongs_to :pull_request
end