class ActiveAdmin::Namespace

def method_missing(method, *args)

def method_missing(method, *args)
  settings.respond_to?(method) ? settings.send(method, *args) : super
end