module Rails::Engine::Configurable::ClassMethods

def inherited(base)

def inherited(base)
  raise "You cannot inherit from a Rails::Engine child"
end