class ActiveAdmin::CollectionDecorator

def initialize(object, with:)

def initialize(object, with:)
  @object = object
  @decorator_class = with
end