forgeplus/app/models/mark_file.rb

6 lines
68 B
Ruby

class MarkFile < ApplicationRecord
belongs_to :pull_request
end