From 6b284a976d1f8a94cfbc33650abdf84b0b26fe3c Mon Sep 17 00:00:00 2001 From: bgme Date: Wed, 12 Jun 2019 16:40:55 +0000 Subject: [PATCH] fix bug. --- app/models/media_attachment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index fe277329f..c3ec65683 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -40,7 +40,7 @@ class MediaAttachment < ApplicationRecord IMAGE_STYLES = { original: { - pixels: 3_686_400 #1920x1920px + pixels: 3_686_400, #1920x1920px file_geometry_parser: FastGeometryParser, },