旋转木马不是第一张照片

时间:2017-05-10 03:32:38

标签: html ruby-on-rails bootstrap-modal

我为旋转木马编写了以下代码,但它没有显示我的第一张照片。我的代码是对的,还是我错过了什么?

public class ObjectInputStream {
private Object readObject0(boolean unshared) throws IOException {

public class FileInputStream extends InputStream {
private native int read0() throws IOException;

1 个答案:

答案 0 :(得分:0)

您在=方法中忘记了image_tag(...)

<%= image_tag Post.first.post_picture %>