forgeplus/app/models/mark_file.rb

6 lines
68 B
Ruby
Raw Permalink Normal View History

2022-07-28 16:42:21 +08:00
class MarkFile < ApplicationRecord
belongs_to :pull_request
end