# File lib/dm-core/transaction.rb, line 461
      def self.included(mod)
        mod.descendants.each { |model| model.extend self }
      end