module Rails::Application::Configurable::ClassMethods

def inherited(base)

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