2018-08-03 03:15:25 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-05-13 13:06:51 -04:00
|
|
|
module BlobViewer
|
|
|
|
class Contributing < Base
|
|
|
|
include Auxiliary
|
|
|
|
include Static
|
|
|
|
|
|
|
|
self.partial_name = 'contributing'
|
|
|
|
self.file_types = %i(contributing)
|
|
|
|
self.binary = false
|
|
|
|
end
|
|
|
|
end
|