class ActionView::PartialIteration

def last?

Check if this is the last iteration of the partial.
def last?
  index == size - 1
end