module T::Props::ClassMethods

def inherited(child)

def inherited(child)
  decorator.model_inherited(child)
  super
end