Fix base64-encoded file uploads not being possible (#12748)

Fix #3804, Fix #5776
This commit is contained in:
Eugen Rochko
2020-01-04 01:54:07 +01:00
committed by GitHub
parent 500276c99b
commit 49b2f7c0a2
14 changed files with 80 additions and 62 deletions

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
Paperclip::DataUriAdapter.register
Paperclip.interpolates :filename do |attachment, style|
if style == :original
attachment.original_filename