class ActiveAdmin::ResourceDSL

def includes(*args)

Store relations that should be included
def includes(*args)
  config.includes.push *args
end