gitlab-org--gitlab-foss/app/models/diff_viewer/not_diffable.rb

10 lines
156 B
Ruby

module DiffViewer
class NotDiffable < Base
include Simple
include Static
self.partial_name = 'not_diffable'
self.binary = true
end
end