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

10 lines
152 B
Ruby

module DiffViewer
class NoPreview < Base
include Simple
include Static
self.partial_name = 'no_preview'
self.binary = true
end
end