debian-mirror-gitlab/app/models/diff_viewer/not_diffable.rb
2017-09-10 17:25:29 +05:30

9 lines
156 B
Ruby

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