class ActiveAdmin::ResourceCollection

def [](obj)

def [](obj)
  @collection[obj] || find_resource(obj)
end