class ActiveAdmin::ResourceCollection

def has_key?(resource_key)

@returns [Boolean] If the key has been registered in the collection
def has_key?(resource_key)
  @resource_hash.has_key?(resource_key)
end