gitlab-org--gitlab-foss/app/models/diff_viewer/no_preview.rb
2017-06-14 10:12:21 -05:00

9 lines
152 B
Ruby

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