ページを閲覧いただきありがとうございます。
今Ruby on Railsを用いてサイトを作成しており、画像の投稿機能のため
gem "refile", require: "refile/rails", github: 'manfe/refile'
gem "refile-mini_magick"
を利用しているのですが、表示する画像の大きさを:fillで設定すると、
画像が表示されなくなります
:fillがなければ元々の画像の大きさで表示はされるため、保存はできています。
何が原因なのでしょうか
*bundle install はできています
[show.html.erb] <%= attachment_image_tag @shop, :image,:fill, 600, 600 %> <%= @shop.name %> <%= @shop.station %> <%= @shop.place %> <%= @shop.instagram %> <%= link_to "商品編集", edit_administrator_pages_shop_path(@shop.id) %>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。