9 lines
156 B
Ruby
9 lines
156 B
Ruby
module DiffViewer
|
|
class NotDiffable < Base
|
|
include Simple
|
|
include Static
|
|
|
|
self.partial_name = 'not_diffable'
|
|
self.binary = true
|
|
end
|
|
end
|