summaryrefslogtreecommitdiff
path: root/app/models/diff_viewer/not_diffable.rb
blob: 4f9638626ea4c68afe30f9058b61d5aca8f537fc (plain)
1
2
3
4
5
6
7
8
9
module DiffViewer
  class NotDiffable < Base
    include Simple
    include Static

    self.partial_name = 'not_diffable'
    self.binary = true
  end
end