3 lines
73 B
Ruby
3 lines
73 B
Ruby
|
class DiffRecordContent < ApplicationRecord
|
||
|
belongs_to :diff_record
|
||
|
end
|