gitlab-org--gitlab-foss/app/models/diff_line.rb
George Dewar 83f811fff5 Refactor Parallel Diff feature and add scrollbars
Also now removed lines relating to unused comments feature
2014-03-27 09:15:25 +13:00

3 lines
64 B
Ruby

class DiffLine
attr_accessor :type, :content, :num, :code
end