gitlab-org--gitlab-foss/app/models/diff_viewer/not_diffable.rb
2017-06-14 10:12:21 -05:00

9 lines
156 B
Ruby

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