class ActiveAdmin::DSL

def config


end
config.sort_order = "id_desc"
ActiveAdmin.register Post do

eg:

modify options:
currently. You can use this within your registration blocks to
The instance of ActiveAdmin::Resource that's being registered
def config
  @config
end