class ActiveAdmin::PageDSL

def belongs_to(target, options = {})

def belongs_to(target, options = {})
  config.belongs_to(target, options)
end