Skip to content

Commit

Permalink
パスが間違っていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
machida committed Feb 14, 2024
1 parent 29b8ca5 commit ab3cf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/article.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab3cf90

Please sign in to comment.