forked from Trustie/forgeplus
6 lines
68 B
Ruby
6 lines
68 B
Ruby
|
|
class MarkFile < ApplicationRecord
|
||
|
|
belongs_to :pull_request
|
||
|
|
|
||
|
|
|
||
|
|
end
|