Class: AttachmentFileUploader

Inherits:
PublicAclUploader show all
Defined in:
app/uploaders/attachment_file_uploader.rb

Instance Method Summary collapse

Methods inherited from PublicAclUploader

#initialize

Constructor Details

This class inherits a constructor from PublicAclUploader

Instance Method Details

#extension_white_listObject



4
5
6
# File 'app/uploaders/attachment_file_uploader.rb', line 4

def extension_white_list
  %w[pdf doc docx xls xlsx ppt pptx zip rar csv html]
end