class ActionView::PartialIteration

def first?

Check if this is the first iteration of the partial.
def first?
  index == 0
end