module ActiveSupport::Dependencies

def unhook!

def unhook!
  ModuleConstMissing.exclude_from(Module)
  Loadable.exclude_from(Object)
end