# File lib/dm-core/model/hook.rb, line 14
        def inherited(model)
          copy_hooks(model)
          super
        end