一覧ページにて文字の羅列(インスタンス情報?)が表示されてしまっています。原因がわからないので、なにかご示唆いただければと思います。
index.html.erb
<div class="container"> <div class="col-lg-8"> <div class="row"> <div class="col-xs-6"> <%= @communities.each do |community| %> <%= link_to community_path(community) do %> <%= attachment_image_tag community, :intro_image, :fill, 100, 100, format: 'jpg' %>77 <%= community.title %> <%= community.user.username %> <%end%> <%end%> </div> </div> </div> </div>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/02 13:35