debian-mirror-gitlab/app/models/blob_viewer/download.rb
2018-11-18 11:00:15 +05:30

12 lines
180 B
Ruby

# frozen_string_literal: true
module BlobViewer
class Download < Base
include Simple
include Static
self.partial_name = 'download'
self.binary = true
end
end