Sha256: 6b75c527162a4d1f8797aa134e21c12b40052a56b97ebee077bf34c668215a34
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true class TicketFileUploader < Sunrise::CarrierWave::BaseUploader storage :translation_crm ALLOWED_EXTENSIONS = %w[pdf rtf txt doc docx odt zip gz png jpg gif rar xls xlsx csv ppt jpeg tar pptx att odp htm html xht xhtml potx xltx odg ods otp ots ott xml].freeze def extension_white_list ALLOWED_EXTENSIONS end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/uploaders/ticket_file_uploader.rb |