module ActiveSupport::DescendantsTracker

def descendants(klass)

def descendants(klass)
  klass.descendants
end