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