module ActiveSupport::DescendantsTracker

def direct_descendants

def direct_descendants
  DescendantsTracker.direct_descendants(self)
end