gitlab-org--gitlab-foss/app/models/blob_viewer/empty.rb

10 lines
147 B
Ruby
Raw Normal View History

2017-04-13 13:04:29 -04:00
module BlobViewer
class Empty < Base
include Simple
include ServerSide
self.partial_name = 'empty'
self.binary = true
2017-04-13 13:04:29 -04:00
end
end