module T::Props::ClassMethods

def extended(child)

def extended(child)
  decorator.model_inherited(child.singleton_class)
  super
end