我有一個Rails 3博客,其中有文章和評論模型has_many
和belongs_to
關聯。當文章評論大於3時,我應該在我的application.html.erb視圖中看到它,以便我可以將其稱爲「評論最多」。在我的觀點上添加評論爲「評論最多」?
<div class="span2">
<%=image_tag ("Lekki_Gardens_new.gif") %>
<br><br>
<b><p>News update</p></b>
<% @articles.first(4).each do |article| %>
<%=image_tag article.avatar_url(:lilthumb).to_s, :class=>"img-polaroid" %><br>
<%= link_to article.name, article%><hr>
<% end %>
</div
這個帖子的代碼是不是真的後 – 2013-03-27 15:43:25
一抹然後發佈適當的代碼給你明確的答案.. – Vinay 2013-03-27 15:46:55