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