debian-mirror-gitlab/app/models/diff_viewer/not_diffable.rb

10 lines
156 B
Ruby
Raw Normal View History

2017-09-10 17:25:29 +05:30
module DiffViewer
class NotDiffable < Base
include Simple
include Static
self.partial_name = 'not_diffable'
self.binary = true
end
end