/ Published in: Rails
creates something like list_49 with the 49 corresponding to id of record in database.
Expand |
Embed | Plain Text
<% @lists.each do |list| %> <div id="<%= dom_id(list) %>"> ... rest of list ... </div> <% end %>
You need to login to post a comment.
