From bcf370d689673031073ba2ac5588afe41cc315c9 Mon Sep 17 00:00:00 2001 From: Younes SERRAJ Date: Sun, 21 Apr 2019 19:07:22 +0200 Subject: Allow ActiveStorage to generate variants of BMP images --- activestorage/lib/active_storage/engine.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activestorage/lib') diff --git a/activestorage/lib/active_storage/engine.rb b/activestorage/lib/active_storage/engine.rb index fc75a8f816..cbb205627e 100644 --- a/activestorage/lib/active_storage/engine.rb +++ b/activestorage/lib/active_storage/engine.rb @@ -33,6 +33,7 @@ module ActiveStorage image/jpeg image/pjpeg image/tiff + image/bmp image/vnd.adobe.photoshop image/vnd.microsoft.icon ) @@ -56,6 +57,7 @@ module ActiveStorage image/jpg image/jpeg image/tiff + image/bmp image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf -- cgit v1.2.3