Class: Decidim::ParticipatoryDocuments::PdfDocumentUploader

Inherits:
ApplicationUploader
  • Object
show all
Defined in:
app/uploaders/decidim/participatory_documents/pdf_document_uploader.rb

Instance Method Summary collapse

Instance Method Details

#content_type_allowlistObject



6
7
8
# File 'app/uploaders/decidim/participatory_documents/pdf_document_uploader.rb', line 6

def content_type_allowlist
  %w(application/pdf)
end

#extension_allowlistObject



10
11
12
# File 'app/uploaders/decidim/participatory_documents/pdf_document_uploader.rb', line 10

def extension_allowlist
  %w(pdf)
end