class CmAdmin::Configuration

def initialize

def initialize
  @layout = 'admin'
  @included_models = []
  @cm_admin_models = []
end