こんにちは。現在indexにてeatery:review = 1:1の関係にあるreview側の画像をeateriesに表示するプログラムを組んでおります。
現状、以下のところまでプログラムが完成しております。
model
1 has_one :last_review, ->{ 2 order("created_at desc") 3 },class_name: :Review
index
1= eatery.last_review.try(:image_1.to_s)
上記の形でプログラムして表示すると、エラーは特に出ません。ただ、画像を表示したいため、
= image_tag eatery.last_review.try(:image_1.to_s)
とすると、
Can't resolve image into URL: undefined method `to_model' for #<FilesUploader:0x00007fe168b63b58> Did you mean? to_xml
のエラーが発生します。ネットを見ていると
= image_tag(eatery.last_review.try(:image_1.to_s))
とimage_tagで囲む例もあり試したのですが、これも解決しませんでした。
どなたかご教示頂けないでしょうか?よろしくお願い致します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。