module ActiveSupport::DescendantsTracker

def inherited(base)

def inherited(base)
  DescendantsTracker.store_inherited(self, base)
  super
end