module ConventionalExtensions::LoadOnInherited

def inherited(klass)

def inherited(klass)
  super
  klass.load_extensions
end