I have an index with multiple rows for items that have multiple attributes. I would like to update the contents of the items attribute with ajax, so I need a unique dom identifier. Is there a helper method? Now I am doing the following:
<span id="<%= item.id.to_s + "_on_storage"%>">
Best Phil
source share