在id属性中添加序列索引的更好方法

时间:2012-10-24 15:01:45

标签: ruby-on-rails ruby-on-rails-3

使用Rails 3.我使用each_with_index生成序列:

<% @shops.each_with_index do |shop, i| %>
  <div class="item map-marker" id="shop_<%= i+1 %>">

我尝试使用div_for,但需要使用shop.id。有没有更好的方法呢?

感谢。

0 个答案:

没有答案