10 lines
152 B
Ruby
10 lines
152 B
Ruby
|
module DiffViewer
|
||
|
class NoPreview < Base
|
||
|
include Simple
|
||
|
include Static
|
||
|
|
||
|
self.partial_name = 'no_preview'
|
||
|
self.binary = true
|
||
|
end
|
||
|
end
|