class ActiveAdmin::ResourceCollection

def each(&block)

Changes `each` to pass in the value, instead of both the key and value.
def each(&block)
  values.each &block
end