module DescendantsTracker

def self.extended(descendant)

Other tags:
    Private: -
def self.extended(descendant)
  setup(descendant)
end