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

11 lines
155 B
Ruby
Raw Normal View History

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