module ActiveAdmin

def setup

Gets called within the initializer
def setup
  application.setup!
  yield(application)
  application.prepare!
end