debian-mirror-gitlab/app/models/blob_viewer/download.rb
2017-09-10 17:25:29 +05:30

9 lines
149 B
Ruby

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