class ActiveAdmin::Resource

def belongs_to?

Do we belong to another resource
def belongs_to?
  !belongs_to_config.nil?
end