Sha256: aa8c9692562a1c42bf5fbe3e74044287d6e8fa5c7ba7fb9b320cacffd62e9516

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module ParticipatoryDocuments
    class PdfDocumentUploader < Decidim::ApplicationUploader
      def content_type_allowlist
        %w(application/pdf)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-participatory_documents-0.2.0 app/uploaders/decidim/participatory_documents/pdf_document_uploader.rb