From ab3cf90baaf6339cb0f5aeb406810a7c809cc2b3 Mon Sep 17 00:00:00 2001 From: machida Date: Wed, 14 Feb 2024 15:17:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=81=8C=E9=96=93=E9=81=95?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/article.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/article.rb b/app/models/article.rb index ea689f2a6a2..63231f334c7 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -40,7 +40,7 @@ def prepared_thumbnail_url if thumbnail.attached? thumbnail.variant(resize: THUMBNAIL_SIZE).processed.url else - image_url('/imgaes/articles/thumbnails/blank.svg') + image_url('/images/articles/thumbnails/blank.svg') end end