debian-mirror-gitlab/app/models/blob_viewer/download.rb

12 lines
180 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2017-08-17 22:00:37 +05:30
module BlobViewer
class Download < Base
include Simple
2017-09-10 17:25:29 +05:30
include Static
2017-08-17 22:00:37 +05:30
self.partial_name = 'download'
self.binary = true
end
end