Fix converted media being saved with original extension and mime type (#11130)

This commit is contained in:
Eugen Rochko
2019-06-20 10:52:36 +02:00
committed by GitHub
parent 7696f77245
commit 8f23726918
4 changed files with 26 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'mime/types'
require 'mime/types/columnar'
module Attachmentable
extend ActiveSupport::Concern