Paul Gross’s Blog – Render partial with collection has hidden counter
by mort
When rendering a partial with a collection, it can be useful to know the index of the item currently being rendered. It turns out that rails provides this with an undocumented counter.
via Paul Gross’s Blog – Render partial with collection has hidden counter.