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

9 lines
124 B
Ruby
Raw Normal View History

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