gitlab-org--gitlab-foss/app/models/diff_viewer/no_preview.rb

10 lines
152 B
Ruby
Raw Normal View History

2017-06-06 21:28:06 +00:00
module DiffViewer
class NoPreview < Base
include Simple
include Static
self.partial_name = 'no_preview'
self.binary = true
end
end