前提・実現したいこと
Herokuでpaperclipを使って画像アップロードがしたいです。
ローカル環境では実現できており、Heroku環境だとエラーが出ます。
(環境)
・ruby 2.6.5
・Rails 6.0.2.2
・Windows 10
発生している問題・エラーメッセージ
「Image has contents that are not what they are reported to be」
ソースコード(参考)
model
1 has_attached_file :image, styles: { medium: "400x400#", thumb: "200x200#" }, default_url: "/images/:style/missing.png" 2 validates_attachment_content_type :image, content_type: /\Aimage/.*\z/
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/12 12:14
2020/04/12 12:51